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

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > RecurrencePattern クラス : NoEndDate プロパティ
定期パターンが無期限かどうかを示す System.Boolean値を 取得または設定します。
シンタックス
'宣言
 
Public Property NoEndDate As System.Boolean
public System.bool NoEndDate {get; set;}
解説
このプロパティは、定期パターンを設定する場合、他のプロパティと 連動させる必要があります。 PatternEndDateまたは Occurrencesプロパティが設定された場合、パターンは有期限とみなされ、 NoEndDateプロパティは false になります。 PatternEndDateOccurrencesも設定されていない場合、パターンは無期限とみなされ、 NoEndDateは true となります。
参照

RecurrencePattern クラス
RecurrencePattern メンバ