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

In This Topic
    Start Property (BeforeTimeFormatEventArgs)
    In This Topic
    Gets the System.DateTime value determining the start date and time of the time interval to format.
    Syntax
    'Declaration
     
    Public ReadOnly Property Start As System.Date
    public System.DateTime Start {get;}
    See Also