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

In This Topic
    WeekendExceptions Property
    In This Topic
    Gets or sets the ObservableCollection object which holds the list of weekend days which should be working.
    Syntax
    'Declaration
     
    
    Public Property WeekendExceptions As ObservableCollection(Of Date)
    public ObservableCollection<DateTime> WeekendExceptions {get; set;}
    Remarks
    Setting this property copies items from the new value to the underlying collection.
    See Also