Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeDayFormatEventArgs Class / Date Property

In This Topic
    Date Property (BeforeDayFormatEventArgs)
    In This Topic
    Gets the System.DateTime value determining the currently formatted date.
    Syntax
    'Declaration
     
    Public ReadOnly Property Date As System.Date
    public System.DateTime Date {get;}
    See Also