Duration.Seconds Property

Definition

seconds

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

Property Value

Attributes

Applies to