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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > RecurrencePattern クラス : Occurrences プロパティ
Gets or sets the number of occurrences for the recurrence pattern. This property allows the definition of a recurrence pattern that is only valid for the specified number of subsequent occurrences. For example, you can set this property to 10 for a formal training course that will be held on the next ten Thursday evenings. The default value is 0.
シンタックス
'宣言
 
Public Property Occurrences As System.Integer
public System.int Occurrences {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 メンバ