operator fun minus(other: Period): Period
Subtract each component of another period from this period.
ArithmeticException - if overflow occurs
operator fun minus(years: IntYears): Periodoperator fun minus(months: IntMonths): Periodoperator fun minus(weeks: IntWeeks): Periodoperator fun minus(days: IntDays): Periodoperator fun minus(years: LongYears): Periodoperator fun minus(months: LongMonths): Periodoperator fun minus(weeks: LongWeeks): Periodoperator fun minus(days: LongDays): Period