| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method and Description |
|---|---|
DiscordianEra |
DiscordianChronology.eraOf(int era) |
DiscordianEra |
DiscordianDate.getEra()
Gets the era applicable at this date.
|
static DiscordianEra |
DiscordianEra.of(int era)
Obtains an instance of
DiscordianEra from an int value. |
static DiscordianEra |
DiscordianEra.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscordianEra[] |
DiscordianEra.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.