The OpenD Programming Language

YearMonth.this

Examples

auto ym = YearMonth("1999-01");
assert(ym.year == 1999);
assert(ym.month == 1);

Meta