CreateToDo.ReminderDateTime Property

Definition

Date-time in UTC time zone for a reminder alert of the to-do to occur.

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

Property Value

Attributes

Applies to