auto yq = YearQuarter(2000, Quarter.q4); assert(yq.month == 10); assert(yq.month(AssumePeriod.end) == 12);
See Implementation