LocalTime.ofNanoOfDay

Obtains an instance of {@code LocalTime} from a nanos-of-day value. !(p) This returns a {@code LocalTime} with the specified nanosecond-of-day.

@param nanoOfDay the nano of day, from {@code 0} to {@code 24 * 60 * 60 * 1,000,000,000 - 1} @return the local time, not null @throws DateTimeException if the nanos of day value is invalid

class LocalTime
static
ofNanoOfDay
()

Meta