Returns the number of days in the month of the given date.
(date: AnyCalendarDate)
| 73 | |
| 74 | /** Returns the number of days in the month of the given date. */ |
| 75 | getDaysInMonth(date: AnyCalendarDate): number; |
| 76 | /** Returns the number of months in the year of the given date. */ |
| 77 | getMonthsInYear(date: AnyCalendarDate): number; |
| 78 | /** Returns the number of years in the era of the given date. */ |
no outgoing calls
no test coverage detected