YearMonth

  • The "Year month" content describes the fields year and month.

  • The year field is an integer representing the year.

  • The month field uses a specific MonthOfYear enumeration 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).