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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public List<DateTime> WeekendExceptions { get; }
Visual Basic
Public ReadOnly Property WeekendExceptions As List(Of DateTime)
	Get

See Also