core / io.islandtime / YearMonth / copy

copy

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun copy(year: Int = this.year, month: Month = this.month): YearMonth

Returns a copy of this year-month with the values of any individual components replaced by the new values specified.

Exceptions

DateTimeException - if the year is invalid

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun copy(year: Int = this.year, monthNumber: Int): YearMonth

Returns a copy of this year-month with the values of any individual components replaced by the new values specified.

Exceptions

DateTimeException - if the year or month is invalid