CreateToDo.DueDateTime Property

Definition

Date in the UTC time zone when the to-do is to be finished (note the time portion will be ignored).

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

Property Value

Attributes

Applies to