CreateToDo.ReminderDateTime 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-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