YearMonth.this

Constructs a `YearMonth` from a year and a month specified as a `Month` enum or a `ushort` value.

Examples

auto ym = YearMonth(2000, 12);