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

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