The last day in the month that this Date is in.
auto yq = YearQuarter(2020, Quarter.q3); assert(yq.daysInMonth == 31); assert(yq.daysInMonth(AssumePeriod.end) == 30);
See Implementation
The last day in the month that this Date is in.