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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > RecurrencePattern クラス : PatternEndDate プロパティ
Gets or sets the System.DateTime value indicating the end date of the recurrence pattern.
シンタックス
'宣言
 
Public Property PatternEndDate As System.Date
public System.DateTime PatternEndDate {get; set;}
解説
This property is optional but must be coordinated with other properties when setting up a recurrence pattern. If this 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. The Interval property must be set before setting PatternEndDate.
参照

RecurrencePattern クラス
RecurrencePattern メンバ