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

In This Topic
    SelectedDates Property (C1Calendar)
    In This Topic
    Gets or sets an array of selected dates.
    Syntax
    'Declaration
     
    Public Property SelectedDates As System.Date()
    public System.DateTime[] SelectedDates {get; set;}
    See Also