Time.Seconds Property

Definition

Gets or sets the second.

[Newtonsoft.Json.JsonProperty(PropertyName="seconds")]
public int Seconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="seconds")>]
member this.Seconds : int with get, set
Public Property Seconds As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to