共用方式為


Statistics.EndTime 屬性

定義

取得統計資料的 endTime。

public DateTimeOffset EndTime { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="endTime")]
public DateTimeOffset? EndTime { get; }
member this.EndTime : DateTimeOffset with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="endTime")>]
member this.EndTime : Nullable<DateTimeOffset>
Public Property EndTime As DateTimeOffset
Public ReadOnly Property EndTime As Nullable(Of DateTimeOffset)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於