OffsetDateTime.plusSeconds

Returns a copy of this {@code OffsetDateTime} with the specified number of seconds added. !(p) This instance is immutable and unaffected by this method call.

@param seconds the seconds to add, may be negative @return an {@code OffsetDateTime} based on this date-time with the seconds added, not null @throws DateTimeException if the result exceeds the supported date range

class OffsetDateTime
plusSeconds
(
long seconds
)

Meta