Scheduler for UWP | 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
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <C1DescriptionAttribute("CalendarInfo.Holidays", "The list of holidays.")>
    Public ReadOnly Property Holidays As List(Of Date)
    [C1Category("CalendarInfo")]
    [C1Description("CalendarInfo.Holidays", "The list of holidays.")]
    public List<DateTime> Holidays {get;}
    See Also