Duration.Minutes Property

Definition

minutes

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

Property Value

Attributes

Applies to