Scheduler for WinRT
WeekendExceptions Property (CalendarHelper)


Gets or sets the ObservableCollection object which holds the list of weekend days which should be working.
Syntax
'Declaration
 
<C1DescriptionAttribute("週末のリストです。")>
Public Property WeekendExceptions As ObservableCollection(Of Date)
'Usage
 
Dim instance As CalendarHelper
Dim value As ObservableCollection(Of Date)
 
instance.WeekendExceptions = value
 
value = instance.WeekendExceptions
[C1Description("週末のリストです。")]
public ObservableCollection<DateTime> WeekendExceptions {get; set;}
Remarks
Setting this property copies items from the new value to the underlying collection.
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

CalendarHelper Class
CalendarHelper Members

 

 


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