Returns the last day of the month in this DateTime.
DateTime get endOfMonth => DateTime(year, month + 1, 0);