core / io.islandtime / YearMonth / copy

copy

(iosArm64, iosX64, jvm, macosX64) 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