Returns a DateTime with the given year and month.
year
month
@override DateTime getMonth(int year, int month) => DateTime(year, month);