auto ym = YearMonth(2000, Month.nov); assert(ym.trustedWithDayOfMonth(6) == Date(2000, 11, 6));
See Implementation