CreateToDo.DueDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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