YearMonth

  • The "Year month" field represents a specific year and month.

  • The "year" field is an integer representing the year.

  • The "month" field is a MonthOfYear enum representing the month of the year.

Year month.

Proto definition

Fields

year

int64

The year (for example, 2020).

month

MonthOfYear

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