plus

operator fun plus(centuries: Centuries): YearMonth

Returns this year-month with centuries added to it.

operator fun plus(decades: Decades): YearMonth

Returns this year-month with decades added to it.

operator fun plus(years: Years): YearMonth

Returns this year-month with years added to it.

operator fun plus(months: Months): YearMonth

Returns this year-month with months added to it.