Scheduler for WPF
NoEndDate プロパティ (RecurrencePattern)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > RecurrencePattern クラス : NoEndDate プロパティ
繰り返しパターンに終了日がないかどうかを示す System.Boolean値を取得または設定します。デフォルト値は True です。
シンタックス
'宣言
 
Public Property NoEndDate As System.Boolean
public System.bool NoEndDate {get; set;}
解説
このプロパティは、繰り返しパターンを設定する際は、他のプロパティと調整する必要があります。 PatternEndDateプロパティ、または Occurrencesプロパティが設定されている場合、パターンは有限と見なされ、 NoEndDateプロパティは false になります。 PatternEndDateプロパティと Occurrencesプロパティがどちらも設定されていな場合、パターンは無限と見なされ、 NoEndDateは true になります。
参照

RecurrencePattern クラス
RecurrencePattern メンバ