plus

actual operator fun plus(duration: Duration): Instant(source)
expect operator fun plus(duration: Duration): Instant(source)

Returns an instant that is the result of adding the specified duration to this instant.

If the duration is positive, the returned instant is later than this instant. If the duration is negative, the returned instant is earlier than this instant.

The return value is clamped to the platform-specific boundaries for Instant if the result exceeds them.

actual operator fun plus(duration: Duration): Instant(source)
actual operator fun plus(duration: Duration): Instant(source)