Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
DateInput |
DateInput.clone() |
DateInput |
Inputs.getDateInput()
Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts date values.
|
DateInput |
DateInput.set(String fieldName,
Object value) |
DateInput |
DateInput.setMsSinceEpoch(Long msSinceEpoch)
Time since epoch time, in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
Inputs |
Inputs.setDateInput(DateInput dateInput)
Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts date values.
|
Copyright © 2011–2024 Google. All rights reserved.