GetTaskResponse.StartDateTime Property

Definition

The start datetime of the task.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("startDateTime")]
public DateTime? StartDateTime { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("startDateTime")>]
member this.StartDateTime : Nullable<DateTime> with get, set
Public Property StartDateTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to