static int getMonthLength({required int year, required int month}) { return Gregorian(year, month).monthLength; }