IotHubScheduledJobResponse.StartedOnUtc Property

Definition

Represents the time the job started processing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to