Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / WeekendExceptions Property

In This Topic
    WeekendExceptions Property (CalendarInfo)
    In This Topic
    Gets the List object which holds the list of weekend days which should be working.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <C1DescriptionAttribute("CalendarInfo.WeekendExceptions", "The list of working weekend days.")>
    Public ReadOnly Property WeekendExceptions As List(Of Date)
    [C1Category("CalendarInfo")]
    [C1Description("CalendarInfo.WeekendExceptions", "The list of working weekend days.")]
    public List<DateTime> WeekendExceptions {get;}
    See Also