<init>(year: Int, monthNumber: Int)
Create a YearMonth.
DateTimeException - if the year or month is invalid
<init>(year: Int, month: Month)
Create a YearMonth.
DateTimeException - if the year is outside the supported range
Constructor
Create a YearMonth.