Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / TimeInterval Class / Start Property

In This Topic
    Start Property (TimeInterval)
    In This Topic
    Gets or sets the System.DateTime value representing the beginning of time interval.
    Syntax
    'Declaration
     
    Public Property Start As System.Date
    public System.DateTime Start {get; set;}
    See Also