Google Chat V1 API - Module Google::Apps::Card::V1::DateTimePicker::DateTimePickerType (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Card::V1::DateTimePicker::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.

Google Workspace Add-ons and Chat apps:

Constants

DATE_AND_TIME

value: 0
Users input a date and time.

DATE_ONLY

value: 1
Users input a date.

TIME_ONLY

value: 2
Users input a time.