YearMonth

  • The "Year month" content describes fields for representing a specific year and month.

  • The year field is an integer representing the year.

  • The month field uses the MonthOfYear enum to represent the month.

Year month.

Proto definition

Fields

year

int64

The year (for example, 2020).

month

MonthOfYear

The month of the year. (for example, FEBRUARY).