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