Duration.Milliseconds Property

Definition

milliseconds

[System.Text.Json.Serialization.JsonPropertyName("milliseconds")]
public int? Milliseconds { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("milliseconds")>]
member this.Milliseconds : Nullable<int> with get, set
Public Property Milliseconds As Nullable(Of Integer)

Property Value

Attributes

Applies to