Time.Minutes Property

Definition

Gets or sets the minute.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to