Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / TimeInterval Class / TimeInterval Constructor
The System.DateTime value representing the beginning of time interval.
The System.DateTime value representing the end of time interval.

In This Topic
    TimeInterval Constructor
    In This Topic
    Initializes a new instance of the TimeInterval class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    )
    public TimeInterval( 
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    start
    The System.DateTime value representing the beginning of time interval.
    end
    The System.DateTime value representing the end of time interval.
    See Also