| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method | Description |
|---|---|---|
JulianEra |
BritishCutoverChronology.eraOf(int eraValue) |
|
JulianEra |
JulianChronology.eraOf(int eraValue) |
|
JulianEra |
BritishCutoverDate.getEra() |
Gets the era applicable at this date.
|
JulianEra |
JulianDate.getEra() |
Gets the era applicable at this date.
|
static JulianEra |
JulianEra.of(int era) |
Obtains an instance of
JulianEra from an int value. |
static JulianEra |
JulianEra.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JulianEra[] |
JulianEra.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 ThreeTen.org. All rights reserved.