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

In This Topic
    SelectedDates Property (C1Schedule)
    In This Topic
    Gets the C1.C1Schedule.DateList object that determines currently selected dates in the C1Schedule control.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedDates As System.Date()
    public System.DateTime[] SelectedDates {get;}
    See Also