Scheduler for UWP/WinRT
WeekendExceptions プロパティ (CalendarHelper)

働く必要がある週末の日のリストを保持する System.Collections.ObjectModel.ObservableCollection`1 オブジェクトを取得または設定します。
構文
'宣言
 
Public Property WeekendExceptions As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> WeekendExceptions {get; set;}
解説
このプロパティを設定すると、新しい値から基底のコレクションに項目がコピーされます。
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

参照

関連項目

CalendarHelper クラス
CalendarHelper メンバ

Send Feedback