AssistantApiTimeOfDay

GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay


Table of Contents ▼

Jump to a specific part of the page:

Description

A civil time relative to a timezone.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. hour (type: integer(), default: nil)
    - The hour, in 0...23.
  2. minute (type: integer(), default: nil)
    - The minute, in 0...59.
  3. nanosecond (type: integer(), default: nil)
    - The fraction of seconds in nanoseconds, in 0..999999999.
  4. second (type: integer(), default: nil)
    - The second, in 0...59. Leap seconds are not supported.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay{
hour: integer() | nil,
minute: integer() | nil,
nanosecond: integer() | nil,
second: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay