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

休日(勤務日以外の日と週末)のリストを保持する System.Collections.ObjectModel.ObservableCollection`1 オブジェクトを取得または設定します。
構文
'宣言
 
Public Property Holidays As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> Holidays {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