returns the number of days in the month of this DateTime
int get daysInMonth => DateTime(year, month + 1, 0).day;