Duration.Hours Property

Definition

hours

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

Property Value

Attributes

Applies to