Returns a Date from this YearMonth and the given day-of-month.
auto ym = YearMonth(2000, Month.nov); assert(ym.trustedWithDayOfMonth(6) == Date(2000, 11, 6));
Returns a Date from this YearMonth and the given day-of-month.