Enum DateTimePicker.Types.DateTimePickerType
The format for the date and time in the DateTimePicker widget.
Determines whether users can input a date, a time, or both a date and time.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum DateTimePicker.Types.DateTimePickerType
Fields
| Name | Description |
|---|---|
| DateAndTime | Users input a date and time. |
| DateOnly | Users input a date. |
| TimeOnly | Users input a time. |