plus

operator fun plus(other: Duration): Instant
operator fun plus(duration: Duration): Instant

Returns this instant with duration added to it.

operator fun plus(days: Days): Instant

Returns this instant with a number of 24-hour days added to it.

open operator override fun plus(hours: Hours): Instant

Returns this instant with hours added to it.

open operator override fun plus(minutes: Minutes): Instant

Returns this instant with minutes added to it.

open operator override fun plus(seconds: Seconds): Instant

Returns this instant with seconds added to it.

open operator override fun plus(milliseconds: Milliseconds): Instant

Returns this instant with milliseconds added to it.

open operator override fun plus(microseconds: Microseconds): Instant

Returns this instant with microseconds added to it.

open operator override fun plus(nanoseconds: Nanoseconds): Instant

Returns this instant with nanoseconds added to it.