DateTimeInput
Type, Introduced in version 2.18
Represents a nullable date/time input for update commands.
See Input types for more information.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Value | DateTimeOffset? | The nullable date/time value to update the property with. |
Example
{
"Value": null
}