Computes number of days in a given month in a Gregorian year.
@override int get monthLength { return _Algo.getMonthLength(year, month); }