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

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public List<DateTime> WeekendExceptions { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
Public ReadOnly Property WeekendExceptions As List(Of DateTime)
	Get

See Also