Schedule.EffectiveFrom Property

Definition

Gets or sets scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to