Scheduler for WinRT
WeekendExceptions Property (CalendarInfo)


Gets the List object which holds the list of weekend days which should be working.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("The list of working weekend days.")>
Public ReadOnly Property WeekendExceptions As List(Of Date)
'Usage
 
Dim instance As CalendarInfo
Dim value As List(Of Date)
 
value = instance.WeekendExceptions
[C1Category()]
[C1Description("The list of working weekend days.")]
public List<DateTime> WeekendExceptions {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.