TimeWindow.End Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to