dateTimePicker property

GoogleAppsCardV1DateTimePicker? dateTimePicker
getter/setter pair

Displays a widget that lets users input a date, time, or date and time.

For example, the following JSON creates a date time picker to schedule an appointment: "dateTimePicker": { "name": "appointment_time", "label": "Book your appointment at:", "type": "DATE_AND_TIME", "valueMsEpoch": "796435200000" }

Implementation

GoogleAppsCardV1DateTimePicker? dateTimePicker;