core / io.islandtime.measures / LongDays / plus

plus

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) operator fun plus(nanoseconds: IntNanoseconds): LongNanoseconds
operator fun plus(nanoseconds: LongNanoseconds): LongNanoseconds
operator fun plus(microseconds: IntMicroseconds): LongMicroseconds
operator fun plus(microseconds: LongMicroseconds): LongMicroseconds
operator fun plus(milliseconds: IntMilliseconds): LongMilliseconds
operator fun plus(milliseconds: LongMilliseconds): LongMilliseconds
operator fun plus(seconds: IntSeconds): LongSeconds
operator fun plus(seconds: LongSeconds): LongSeconds
operator fun plus(minutes: IntMinutes): LongMinutes
operator fun plus(minutes: LongMinutes): LongMinutes
operator fun plus(hours: IntHours): LongHours
operator fun plus(hours: LongHours): LongHours
operator fun plus(days: IntDays): LongDays
operator fun plus(days: LongDays): LongDays
operator fun plus(weeks: IntWeeks): LongDays
operator fun plus(weeks: LongWeeks): LongDays