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