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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > RecurrencePattern クラス : NoEndDate プロパティ
Gets or sets the System.Boolean value indicating if the recurrence pattern is endless. The default value is True.
シンタックス
'宣言
 
Public Property NoEndDate As System.Boolean
public System.bool NoEndDate {get; set;}
解説
This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate property or the Occurrences property is set, the pattern is considered to be finite and the NoEndDate property is false. If neither PatternEndDate nor Occurrences is set, the pattern is considered infinite and NoEndDate is true.
参照

RecurrencePattern クラス
RecurrencePattern メンバ