plus
Returns this date-time 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.
open operator override fun plus(milliseconds: LongMilliseconds): OffsetDateTime
Content copied to clipboard
open operator override fun plus(milliseconds: IntMilliseconds): OffsetDateTime
Content copied to clipboard
open operator override fun plus(microseconds: LongMicroseconds): OffsetDateTime
Content copied to clipboard
open operator override fun plus(microseconds: IntMicroseconds): OffsetDateTime
Content copied to clipboard
open operator override fun plus(nanoseconds: LongNanoseconds): OffsetDateTime
Content copied to clipboard
open operator override fun plus(nanoseconds: IntNanoseconds): OffsetDateTime
Content copied to clipboard