TaskResponse.DueDate Property

Definition

The datetime the task is due, given as GMT in ISO 8601 format.

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

Property Value

Attributes

Applies to