kxjtime / com.sandjelkovic.kxjtime / java.time.Duration / after

after

infix fun Duration.after(zonedDateTime: ZonedDateTime): ZonedDateTime (source)

Add the Duration to ZonedDateTime

Return
ZonedDateTime plus the receiver Duration

infix fun Duration.after(instant: Instant): Instant (source)

Add the Duration to Instant

Return
Instant plus the receiver Duration

infix fun Duration.after(time: LocalDateTime): LocalDateTime (source)

Add the Duration to LocalDateTime

Return
LocalDateTime plus the receiver Duration