Searched defs:NANO_OF_SECOND (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/temporal/
H A DChronoField.java122 NANO_OF_SECOND("NanoOfSecond", NANOS, SECONDS, ValueRange.of(0, 999_999_999)), enum constant in enum:ChronoField
135 * The value is split to form {@code NANO_OF_SECOND}, {@code SECOND_OF_MINUTE},
151 * setting {@link #NANO_OF_SECOND} with the value multiplied by 1,000.
156 * {@code NANO_OF_SECOND}.
190 * setting {@link #NANO_OF_SECOND} with the value multiplied by 1,000,000.
195 * {@code NANO_OF_SECOND}.
298 * {@code NANO_OF_SECOND} to produce a {@code LocalTime}.
567 * This field may be used with {@link #NANO_OF_SECOND} to represent the fraction of the second.

Completed in 43 milliseconds