Scheduler for WinRT
Holidays Property (CalendarInfo)


Gets the List object which holds the list of holidays (non-working days in addition to weekends).
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("The list of holidays.")>
Public ReadOnly Property Holidays As List(Of Date)
'Usage
 
Dim instance As CalendarInfo
Dim value As List(Of Date)
 
value = instance.Holidays
[C1Category()]
[C1Description("The list of holidays.")]
public List<DateTime> Holidays {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CalendarInfo Class
CalendarInfo Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.