minus

operator fun minus(centuries: Centuries): YearMonth

Returns this year-month with centuries subtracted from it.

operator fun minus(decades: Decades): YearMonth

Returns this year-month with decades subtracted from it.

operator fun minus(years: Years): YearMonth

Returns this year-month with years subtracted from it.

operator fun minus(months: Months): YearMonth

Returns this year-month with months subtracted from it.