plus

operator fun plus(centuries: Centuries): Year

Returns this year with centuries added to it.

operator fun plus(decades: Decades): Year

Returns this year with decades added to it.

operator fun plus(years: Years): Year

Returns this year with years added to it.