Scheduler for WPF and Silverlight | 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
     
    
    Public ReadOnly Property WeekendExceptions As List(Of Date)
    public List<DateTime> WeekendExceptions {get;}
    See Also