[]
        
(Showing Draft Content)

C1.WPF.Schedule.CalendarHelper.WeekendExceptions

WeekendExceptions Property

WeekendExceptions

Gets or sets the ObservableCollection<T> object which holds the list of weekend days which should be working.

Declaration
public ObservableCollection<DateTime> WeekendExceptions { get; set; }
Remarks

Setting this property copies items from the new value to the underlying collection.