OffsetTime.minusNanos

Returns a copy of this {@code OffsetTime} with the specified number of nanoseconds subtracted. !(p) This subtracts the specified number of nanoseconds from this time, returning a new time. The calculation wraps around midnight. !(p) This instance is immutable and unaffected by this method call.

@param nanos the nanos to subtract, may be negative @return an {@code OffsetTime} based on this time with the nanoseconds subtracted, not null

class OffsetTime
minusNanos
(
long nanos
)

Meta