Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / Holidays Property

In This Topic
    Holidays Property (CalendarInfo)
    In This Topic
    Gets the List object which holds the list of holidays (non-working days in addition to weekends).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Holidays As List(Of Date)
    public List<DateTime> Holidays {get;}
    See Also