core
/
io.islandtime.measures
/
Period
/
minus
common
minus
operator fun
minus
(other:
Period
):
Period
Content copied to clipboard
Subtracts each component of another period from this period.
Throws
kotlin.
Arithmetic
Exception
if overflow occurs
operator fun
minus
(years:
Years
):
Period
Content copied to clipboard
operator fun
minus
(months:
Months
):
Period
Content copied to clipboard
operator fun
minus
(weeks:
Weeks
):
Period
Content copied to clipboard
operator fun
minus
(days:
Days
):
Period
Content copied to clipboard