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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public ObservableCollection<DateTime> WeekendExceptions { get; set; }
Visual Basic (Declaration)
Public Property WeekendExceptions As ObservableCollection(Of DateTime)
	Get
	Set

Remarks

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

See Also