plus

operator fun plus(other: Period): Period

Adds each component of another period to each component of this period.

Throws

if overflow occurs

operator fun plus(years: IntYears): Period
operator fun plus(months: IntMonths): Period
operator fun plus(weeks: IntWeeks): Period
operator fun plus(days: IntDays): Period
operator fun plus(years: LongYears): Period
operator fun plus(months: LongMonths): Period
operator fun plus(weeks: LongWeeks): Period
operator fun plus(days: LongDays): Period