Share via


PresentationTimeRange.StartTimestamp Property

Definition

Gets or sets the absolute start time boundary.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to