Partilhar via


PSHourDetails.Minute Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to