JobSchedule.Interval Property

Definition

Gets or sets value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to