operator fun plus(period: Period): ZonedDateTime
Return a ZonedDateTime with period added to it.
Years are added first, then months, then days. If the day exceeds the maximum month length at any step, it will be coerced into the valid range. This behavior is consistent with the order of operations for period addition as defined in ISO-8601-2.
(iosArm64, iosX64, jvm, macosX64)operator fun plus(duration: Duration): ZonedDateTimeoperator fun plus(years: IntYears): ZonedDateTimeoperator fun plus(years: LongYears): ZonedDateTimeoperator fun plus(months: IntMonths): ZonedDateTimeoperator fun plus(months: LongMonths): ZonedDateTimeoperator fun plus(weeks: IntWeeks): ZonedDateTimeoperator fun plus(weeks: LongWeeks): ZonedDateTimeoperator fun plus(days: IntDays): ZonedDateTimeoperator fun plus(days: LongDays): ZonedDateTimeoperator fun plus(hours: IntHours): ZonedDateTimeoperator fun plus(hours: LongHours): ZonedDateTimeoperator fun plus(minutes: IntMinutes): ZonedDateTimeoperator fun plus(minutes: LongMinutes): ZonedDateTimeoperator fun plus(seconds: IntSeconds): ZonedDateTimeoperator fun plus(seconds: LongSeconds): ZonedDateTimeoperator fun plus(milliseconds: IntMilliseconds): ZonedDateTimeoperator fun plus(milliseconds: LongMilliseconds): ZonedDateTimeoperator fun plus(microseconds: IntMicroseconds): ZonedDateTimeoperator fun plus(microseconds: LongMicroseconds): ZonedDateTimeoperator fun plus(nanoseconds: IntNanoseconds): ZonedDateTimeoperator fun plus(nanoseconds: LongNanoseconds): ZonedDateTime