Scheduler for UWP/WinRT
PatternEndDate プロパティ

繰り返しパターンの終了日を示す System.DateTime 値を取得または設定します。
構文
'宣言
 
Public Property PatternEndDate As System.Date
public System.DateTime PatternEndDate {get; set;}
解説
このプロパティは任意ですが、繰り返しパターンを設定する際は、他のプロパティと調整する必要があります。このプロパティ、または Occurrences プロパティが設定されている場合、パターンは有限と見なされ、NoEndDate プロパティは false になります。PatternEndDate プロパティと Occurrences プロパティがどちらも設定されていな場合、パターンは無限と見なされ、NoEndDate は true になります。Interval プロパティは、PatternEndDate を設定する前に設定する必要があります。
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

参照

関連項目

RecurrencePattern クラス
RecurrencePattern メンバ

Send Feedback