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

In This Topic
    CurrentDate Property (C1Schedule)
    In This Topic
    Gets the System.DateTime value that determines currently selected date in the C1Schedule control.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentDate As System.Date
    public System.DateTime CurrentDate {get;}
    See Also