PresentationTimeRange.EndTimestamp Property

Definition

Gets or sets the absolute end time boundary.

[Newtonsoft.Json.JsonProperty(PropertyName="endTimestamp")]
public long? EndTimestamp { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endTimestamp")>]
member this.EndTimestamp : Nullable<int64> with get, set
Public Property EndTimestamp As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to