Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarHelper Class / WeekendExceptions Property

In This Topic
    WeekendExceptions Property (CalendarHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property WeekendExceptions As ObservableCollection(Of Date)
    public ObservableCollection<DateTime> WeekendExceptions {get; set;}
    See Also