| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<EthiopianEra> |
EthiopianCalendar.ERA
Represents the Ethiopian era.
|
| Modifier and Type | Method and Description |
|---|---|
EthiopianEra |
EthiopianCalendar.getEra()
Yields the Ethiopian era.
|
static EthiopianEra |
EthiopianEra.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EthiopianEra[] |
EthiopianEra.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EthiopianCalendar.isValid(EthiopianEra era,
int yearOfEra,
int month,
int dayOfMonth)
Queries if given parameter values form a well defined calendar date.
|
static EthiopianCalendar |
EthiopianCalendar.of(EthiopianEra era,
int yearOfEra,
EthiopianMonth month,
int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.
|
static EthiopianCalendar |
EthiopianCalendar.of(EthiopianEra era,
int yearOfEra,
int month,
int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.
|
Copyright © 2014–2021. All rights reserved.