| Package | Description |
|---|---|
| org.threeten.extra.chrono |
Additional chronologies (calendar systems) that extend
java.time.*. |
| Modifier and Type | Method | Description |
|---|---|---|
CopticEra |
CopticChronology.eraOf(int eraValue) |
|
CopticEra |
CopticDate.getEra() |
Gets the era applicable at this date.
|
static CopticEra |
CopticEra.of(int era) |
Obtains an instance of
CopticEra from an int value. |
static CopticEra |
CopticEra.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CopticEra[] |
CopticEra.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019 ThreeTen.org. All rights reserved.