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