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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also