| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.clone() |
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1Widget.getDateTimePicker()
Displays a selection/input widget for date, time, or date and time.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.set(String fieldName,
Object value) |
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setLabel(String label)
The text that prompts users to enter a date, time, or datetime.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setName(String name)
The name by which the datetime picker is identified in a form input event.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
Triggered when the user clicks **Save** or **Clear** from the datetime picker interface.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setTimezoneOffsetDate(Integer timezoneOffsetDate)
The number representing the time zone offset from UTC, in minutes.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setType(String type)
What kind of date and time input the datetime picker supports.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setValueMsEpoch(Long valueMsEpoch)
The value displayed as the default value before user input or previous user input, represented
in milliseconds ([Epoch time](https://en.wikipedia.org/wiki/Unix_time)).
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDateTimePicker(GoogleAppsCardV1DateTimePicker dateTimePicker)
Displays a selection/input widget for date, time, or date and time.
|
Copyright © 2011–2023 Google. All rights reserved.