Share via


HourlySchedule.Minute Property

Definition

Gets or sets indicates which minute snapshot should be taken

[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