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