次の方法で共有


RecurrencePattern.Interval プロパティ

定義

スケジュールを呼び出す間隔を取得または設定します。 たとえば、interval = 2、RecurrenceFrequency.Daily は 2 日ごとに実行されます。 間隔が指定されていない場合は、1 の間隔が使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="interval")]
public int? Interval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interval")>]
member this.Interval : Nullable<int> with get, set
Public Property Interval As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象