Scheduler for UWP/WinRT
Interval プロパティ (RecurrencePattern)

繰り返しの発生間隔を指定する System.Int32 値を取得または設定します。Interval プロパティは、RecurrenceType プロパティとの組み合わせで機能し、繰り返しのサイクルを決定します。最大許容値は、週単位のパターンでは 99、日単位のパターンでは 999 です。デフォルト値は、1です。
構文
'宣言
 
Public Property Interval As System.Integer
public System.int Interval {get; set;}
解説
たとえば、RecurrenceTypeRecurrenceTypeEnum.DailyInterval を3に設定すると、3日ごとに繰り返しが発生します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

RecurrencePattern クラス
RecurrencePattern メンバ

Send Feedback