[]
        
(Showing Draft Content)

C1.Schedule.CalendarInfo.WeekendExceptions

WeekendExceptions Property

WeekendExceptions

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

Declaration
[C1Category("CalendarInfo")]
[C1Description("CalendarInfo.WeekendExceptions", "The list of working weekend days.")]
public List<DateTime> WeekendExceptions { get; }
<C1Category("CalendarInfo")>
<C1Description("CalendarInfo.WeekendExceptions", "The list of working weekend days.")>
Public ReadOnly Property WeekendExceptions As List(Of Date)