| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Method and Description |
|---|---|
static EthiopianTime |
EthiopianTime.from(PlainTime time)
Converts given ISO-time to Ethiopian time.
|
static EthiopianTime |
EthiopianTime.nowInSystemTime()
Obtains the current Ethiopian time in system time.
|
static EthiopianTime |
EthiopianTime.ofDay(int hour,
int minute)
Equivalent to
ofDay(hour, minute, 0). |
static EthiopianTime |
EthiopianTime.ofDay(int hour,
int minute,
int second)
Creates a new instance for times in the ISO-range (06:00:00-17:59:59).
|
static EthiopianTime |
EthiopianTime.ofNight(int hour,
int minute)
Equivalent to
ofNight(hour, minute, 0). |
static EthiopianTime |
EthiopianTime.ofNight(int hour,
int minute,
int second)
Creates a new instance for times in the ISO-range (18:00:00-05:59:59 around midnight).
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<EthiopianTime.Unit,EthiopianTime> |
EthiopianTime.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<EthiopianCalendar> |
EthiopianCalendar.at(EthiopianTime time)
Creates a new local timestamp with this date and given Ethiopian time.
|
int |
EthiopianTime.Unit.between(EthiopianTime start,
EthiopianTime end)
Calculates the difference between given Ethiopian times in this unit.
|
int |
EthiopianTime.compareTo(EthiopianTime other) |
boolean |
EthiopianTime.isAfter(EthiopianTime other) |
boolean |
EthiopianTime.isBefore(EthiopianTime other) |
boolean |
EthiopianTime.isSimultaneous(EthiopianTime other) |
Copyright © 2014–2021. All rights reserved.