GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Non-Gregorian dates are similar to AbsoluteDateTime, but use non-Gregorian calendars.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
chineseMonth
(type:String.t
, default:nil
)
- -
day
(type:integer()
, default:nil
)
- The day is the offset within the month, same as in Gregorian calendars. -
hebrewMonth
(type:String.t
, default:nil
)
- -
islamicMonth
(type:String.t
, default:nil
)
- -
year
(type:integer()
, default:nil
)
- The year is relative to the calendar (e.g. 5777 for Hebrew calendar).
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate