CalendarPeriod$json top-level constant
Implementation
@$core.Deprecated('Use calendarPeriodDescriptor instead')
const CalendarPeriod$json = {
'1': 'CalendarPeriod',
'2': [
{'1': 'CALENDAR_PERIOD_UNSPECIFIED', '2': 0},
{'1': 'DAY', '2': 1},
{'1': 'WEEK', '2': 2},
{'1': 'FORTNIGHT', '2': 3},
{'1': 'MONTH', '2': 4},
{'1': 'QUARTER', '2': 5},
{'1': 'HALF', '2': 6},
{'1': 'YEAR', '2': 7},
],
};