PresentationTimeRange.Timescale Property

Definition

Gets or sets the time scale of time stamps.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to