auto ym1 = YearMonth(YearQuarter(2000, Quarter.q1)); auto ym2 = YearMonth(YearQuarter(2000, Quarter.q1), AssumePeriod.end);
See Implementation