calendarPeriod property
A calendar period, semantically "since the start of the current ".
At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported. Possible string values are:
- "CALENDAR_PERIOD_UNSPECIFIED" : Undefined period, raises an error.
- "DAY" : A day.
- "WEEK" : A week. Weeks begin on Monday, following ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
- "FORTNIGHT" : A fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601 (https://en.wikipedia.org/wiki/ISO_week_date).
- "MONTH" : A month.
- "QUARTER" : A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year.
- "HALF" : A half-year. Half-years start on dates 1-Jan and 1-Jul.
- "YEAR" : A year.
Implementation
core.String? calendarPeriod;