| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,EthiopianCalendar> |
EthiopianCalendar.DAY_OF_MONTH
Represents the Ethiopian day of month.
|
static StdCalendarElement<Weekday,EthiopianCalendar> |
EthiopianCalendar.DAY_OF_WEEK
Represents the Ethiopian day of week.
|
static StdCalendarElement<Integer,EthiopianCalendar> |
EthiopianCalendar.DAY_OF_YEAR
Represents the Ethiopian day of year.
|
static StdCalendarElement<EthiopianMonth,EthiopianCalendar> |
EthiopianCalendar.MONTH_OF_YEAR
Represents the Ethiopian month.
|
static OrdinalWeekdayElement<EthiopianCalendar> |
EthiopianCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
static StdCalendarElement<Integer,EthiopianCalendar> |
EthiopianCalendar.YEAR_OF_ERA
Represents the Ethiopian year.
|
| Modifier and Type | Method and Description |
|---|---|
static EthiopianCalendar |
EthiopianCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<EthiopianCalendar> |
EthiopianCalendar.at(EthiopianTime time)
Creates a new local timestamp with this date and given Ethiopian time.
|
static TimeAxis<EthiopianCalendar.Unit,EthiopianCalendar> |
EthiopianCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EthiopianCalendar.Unit.between(EthiopianCalendar start,
EthiopianCalendar end)
Calculates the difference between given Ethiopian dates in this unit.
|
boolean |
EthiopianMonth.test(EthiopianCalendar context) |
Copyright © 2014–2021. All rights reserved.