Returns the number of days in a month, according to the calendar system.
@override int getDaysInMonth(int year, int month) => PersianDateTime(year, month).monthLength;