TimeWindow.Start Property

Definition

Gets or sets the start time for the profile in ISO 8601 format.

[Newtonsoft.Json.JsonProperty(PropertyName="start")]
public DateTime Start { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="start")>]
member this.Start : DateTime with get, set
Public Property Start As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to