minus

operator fun minus(other: Period): Period

Subtracts each component of another period from this period.

Throws

if overflow occurs

operator fun minus(years: Years): Period
operator fun minus(months: Months): Period
operator fun minus(weeks: Weeks): Period
operator fun minus(days: Days): Period