NlpSemanticParsingDatetimeNonGregorianDate

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. chineseMonth (type: String.t, default: nil)
    -
  2. day (type: integer(), default: nil)
    - The day is the offset within the month, same as in Gregorian calendars.
  3. hebrewMonth (type: String.t, default: nil)
    -
  4. islamicMonth (type: String.t, default: nil)
    -
  5. year (type: integer(), default: nil)
    - The year is relative to the calendar (e.g. 5777 for Hebrew calendar).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate{
chineseMonth: String.t() | nil,
day: integer() | nil,
hebrewMonth: String.t() | nil,
islamicMonth: String.t() | nil,
year: integer() | nil
}

Function

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

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