| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<EthiopianMonth,EthiopianCalendar> |
EthiopianCalendar.MONTH_OF_YEAR
Represents the Ethiopian month.
|
| Modifier and Type | Method and Description |
|---|---|
EthiopianMonth |
EthiopianCalendar.getMonth()
Yields the Ethiopian month.
|
static EthiopianMonth |
EthiopianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.
|
static EthiopianMonth |
EthiopianMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EthiopianMonth[] |
EthiopianMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EthiopianCalendar |
EthiopianCalendar.of(EthiopianEra era,
int yearOfEra,
EthiopianMonth month,
int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.
|
Copyright © 2014–2021. All rights reserved.