public enum DateTimePicker.DateTimePickerType extends Enum<DateTimePicker.DateTimePickerType> implements ProtocolMessageEnum
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.
Google Workspace Add-ons and Chat apps:
Protobuf enum google.apps.card.v1.DateTimePicker.DateTimePickerType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DATE_AND_TIME |
Users input a date and time. |
DATE_AND_TIME_VALUE |
Users input a date and time. |
DATE_ONLY |
Users input a date. |
DATE_ONLY_VALUE |
Users input a date. |
TIME_ONLY |
Users input a time. |
TIME_ONLY_VALUE |
Users input a time. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |