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

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Card::V1::DateTimePicker.

Lets users input a date, a time, or both a date and a time. For an example in Google Chat apps, see Let a user pick a date and time.

Users can input text or use the picker to select dates and times. If users input an invalid date or time, the picker shows an error that prompts users to input the information correctly.

Google Workspace Add-ons and Chat apps:

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#label

def label() -> ::String
Returns
  • (::String) — The text that prompts users to input a date, a time, or a date and time. For example, if users are scheduling an appointment, use a label such as Appointment date or Appointment date and time.

#label=

def label=(value) -> ::String
Parameter
  • value (::String) — The text that prompts users to input a date, a time, or a date and time. For example, if users are scheduling an appointment, use a label such as Appointment date or Appointment date and time.
Returns
  • (::String) — The text that prompts users to input a date, a time, or a date and time. For example, if users are scheduling an appointment, use a label such as Appointment date or Appointment date and time.

#name

def name() -> ::String
Returns
  • (::String) — The name by which the DateTimePicker is identified in a form input event.

    For details about working with form inputs, see Receive form data.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name by which the DateTimePicker is identified in a form input event.

    For details about working with form inputs, see Receive form data.

Returns
  • (::String) — The name by which the DateTimePicker is identified in a form input event.

    For details about working with form inputs, see Receive form data.

#on_change_action

def on_change_action() -> ::Google::Apps::Card::V1::Action
Returns

#on_change_action=

def on_change_action=(value) -> ::Google::Apps::Card::V1::Action
Parameter
Returns

#timezone_offset_date

def timezone_offset_date() -> ::Integer
Returns
  • (::Integer) — The number representing the time zone offset from UTC, in minutes. If set, the value_ms_epoch is displayed in the specified time zone. If unset, the value defaults to the user's time zone setting.

#timezone_offset_date=

def timezone_offset_date=(value) -> ::Integer
Parameter
  • value (::Integer) — The number representing the time zone offset from UTC, in minutes. If set, the value_ms_epoch is displayed in the specified time zone. If unset, the value defaults to the user's time zone setting.
Returns
  • (::Integer) — The number representing the time zone offset from UTC, in minutes. If set, the value_ms_epoch is displayed in the specified time zone. If unset, the value defaults to the user's time zone setting.

#type

def type() -> ::Google::Apps::Card::V1::DateTimePicker::DateTimePickerType
Returns

#type=

def type=(value) -> ::Google::Apps::Card::V1::DateTimePicker::DateTimePickerType
Parameter
Returns

#value_ms_epoch

def value_ms_epoch() -> ::Integer
Returns
  • (::Integer) —

    The default value displayed in the widget, in milliseconds since Unix epoch time.

    Specify the value based on the type of picker (DateTimePickerType):

    • DATE_AND_TIME: a calendar date and time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use 1672574400000.
    • DATE_ONLY: a calendar date at 00:00:00 UTC. For example, to represent January 1, 2023, use 1672531200000.
    • TIME_ONLY: a time in UTC. For example, to represent 12:00 PM, use 43200000 (or 12 * 60 * 60 * 1000).

#value_ms_epoch=

def value_ms_epoch=(value) -> ::Integer
Parameter
  • value (::Integer) —

    The default value displayed in the widget, in milliseconds since Unix epoch time.

    Specify the value based on the type of picker (DateTimePickerType):

    • DATE_AND_TIME: a calendar date and time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use 1672574400000.
    • DATE_ONLY: a calendar date at 00:00:00 UTC. For example, to represent January 1, 2023, use 1672531200000.
    • TIME_ONLY: a time in UTC. For example, to represent 12:00 PM, use 43200000 (or 12 * 60 * 60 * 1000).
Returns
  • (::Integer) —

    The default value displayed in the widget, in milliseconds since Unix epoch time.

    Specify the value based on the type of picker (DateTimePickerType):

    • DATE_AND_TIME: a calendar date and time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use 1672574400000.
    • DATE_ONLY: a calendar date at 00:00:00 UTC. For example, to represent January 1, 2023, use 1672531200000.
    • TIME_ONLY: a time in UTC. For example, to represent 12:00 PM, use 43200000 (or 12 * 60 * 60 * 1000).