()
| 164 | } |
| 165 | |
| 166 | _getRangeSize() { |
| 167 | return this.hasSecondaryCalendarType ? 8 : 20; |
| 168 | } |
| 169 | |
| 170 | _getYearRangeFormattedText(startDate: CalendarDate, endDate: CalendarDate, yearFormat: DateFormat): string { |
| 171 | return `${yearFormat.format(startDate.toLocalJSDate())} - ${yearFormat.format(endDate.toLocalJSDate())}`; |
no outgoing calls
no test coverage detected