GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
days
(type:integer()
, default:nil
)
- A day of month, 1-31. If present, year and month must be present as well, and must form a valid date. -
hours
(type:integer()
, default:nil
)
- Hour of the day, 0-23 -
microseconds
(type:integer()
, default:nil
)
- Microsecond, in the interval [0, 999999]. If present, seconds have to be present as well. -
minutes
(type:integer()
, default:nil
)
- Minute, 0-59. If present, hours have to be present as well. -
months
(type:integer()
, default:nil
)
- A month, 1-12. If present, year must be present as well. -
seconds
(type:integer()
, default:nil
)
- Second, in the interval [0, 60], where 60 is an exceptional value reserved for leap seconds. If present, minutes have to be present as well. -
tzOffset
(type:String.t
, default:nil
)
- Timezone offset in seconds (can be positive/negative). If present, hours have to be present as well If absent, we expect the time above to be in local time (a.k.a. civil time, go/httat#civil_time). -
years
(type:integer()
, default:nil
)
- A year.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto