Scheduler for UWP/WinRT
NoEndDate プロパティ

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