次の方法で共有


JobInformationBasic.StartTime プロパティ

定義

ジョブの開始時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象