auto d1 = Date(YearMonth(2020, Month.may)); auto d2 = Date(YearMonth(2020, Month.may), AssumePeriod.end);
See Implementation