共用方式為


Time.Hours Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to