fun copy(year: Int = this.year, month: Month = this.month): YearMonth
fun copy(year: Int = this.year, monthNumber: Int): YearMonth
Create a copy of this YearMonth, replacing the value of any component, as desired