| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method and Description |
|---|---|
JulianEra |
JulianChronology.eraOf(int eraValue) |
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(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–2014 ThreeTen.org. All rights reserved.