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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > RecurrencePattern クラス : Interval プロパティ
Gets or sets the System.Int32 value specifying the interval between occurrences of the recurrence. The Interval property works in conjunction with the RecurrenceType property to determine the cycle of the recurrence. The maximum allowable value is 99 for weekly patterns and 999 for daily patterns. The default value is 1.
シンタックス
'宣言
 
Public Property Interval As System.Integer
public System.int Interval {get; set;}
解説
For example, if the RecurrenceType is set to RecurrenceTypeEnum.Daily, and the Interval is set to 3, the recurrence will occur every third day.
参照

RecurrencePattern クラス
RecurrencePattern メンバ