JobResponse.CreatedTimeUtc Property

Definition

Scheduled job start time in UTC.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="createdTime")]
public DateTime? CreatedTimeUtc { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="createdTime")>]
member this.CreatedTimeUtc : Nullable<DateTime>
Public ReadOnly Property CreatedTimeUtc As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to