ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CalendarInfo Class / WeekendExceptions Property

In This Topic
    WeekendExceptions Property
    In This Topic
    Gets the System.Collections.Generic.List`1 object which holds the list of weekend days which should be working.
    Syntax
    'Declaration
     
    Public ReadOnly Property WeekendExceptions As System.Collections.Generic.List(Of Date)
    public System.Collections.Generic.List<DateTime> WeekendExceptions {get;}
    See Also