The OpenD Programming Language

this

Examples

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

Meta