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

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > RecurrencePattern クラス : Interval プロパティ
繰り返しの発生間隔を指定する System.Int32値を取得または設定します。 Intervalプロパティは、 RecurrenceTypeプロパティとの組み合わせで機能し、繰り返しのサイクルを決定します。最大許容値は、週単位のパターンでは 99、日単位のパターンでは 999 です。デフォルト値は、1です。
シンタックス
'宣言
 
Public Property Interval As System.Integer
public System.int Interval {get; set;}
解説
たとえば、 RecurrenceTypeRecurrenceTypeEnum.DailyIntervalを3に設定すると、3日ごとに繰り返しが発生します。
参照

RecurrencePattern クラス
RecurrencePattern メンバ