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

/libcore/ojluni/src/main/java/java/time/temporal/
H A DChronoField.java496 * the {@code ERA}, {@code YEAR_OF_ERA}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
520 YEAR_OF_ERA("YearOfEra", YEARS, FOREVER, ValueRange.of(1, Year.MAX_VALUE, Year.MAX_VALUE + 1)), enum constant in enum:ChronoField
526 * See {@link #YEAR_OF_ERA} for an example showing the mapping from proleptic year to year-of-era.
532 * the {@code ERA}, {@code YEAR_OF_ERA}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
533 * Whether this field or {@code YEAR_OF_ERA} is used depends on which mental model is being used.
549 * This field is typically used with {@link #YEAR_OF_ERA}.
554 * See {@link #YEAR_OF_ERA} for a full example.

Completed in 117 milliseconds