Response.Timespan Property

Definition

Gets or sets the timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to