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

/libcore/ojluni/src/main/java/java/time/temporal/
H A DChronoField.java120 * The field is resolved in combination with {@code MILLI_OF_SECOND} and {@code MICRO_OF_SECOND}.
155 * The field is resolved in combination with {@code MILLI_OF_SECOND} to produce
197 MILLI_OF_SECOND("MilliOfSecond", MILLIS, SECONDS, ValueRange.of(0, 999)), enum constant in enum:ChronoField
213 * The value is split to form {@code MILLI_OF_SECOND}, {@code SECOND_OF_MINUTE},

Completed in 51 milliseconds