YearMonth

  • The content defines the year and month fields, describing their data types and examples.

  • year is an int64 representing the year (e.g., 2020).

  • month is a MonthOfYear enum representing the month (e.g., FEBRUARY), with a link to its definition.

Year month.

Proto definition

Fields

year

int64

The year (for example, 2020).

month

MonthOfYear

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