Constructs a `YearMonth` from a year and a month specified as a `Month` enum or a `ushort` value.
auto ym = YearMonth(2000, 12);
Constructs a `YearMonth` from a year and a month specified as a `Month` enum or a `ushort` value.