The last day in the month that this Date is in.
assert(YearMonth(2020, Month.dec).daysInMonth == 31);
See Implementation
The last day in the month that this Date is in.