Share via


JobStream.Time Property

Definition

Gets or sets the creation time of the job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.time")]
public DateTimeOffset Time { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.time")>]
member this.Time : DateTimeOffset with get, set
Public Property Time As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to