Uses of Class
net.time4j.calendar.EthiopianTime
-
Uses of EthiopianTime in net.time4j.calendar
Modifier and TypeMethodDescriptionstatic EthiopianTime
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 toofDay(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 toofNight(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 TypeMethodDescriptionstatic TimeAxis<EthiopianTime.Unit,EthiopianTime>
EthiopianTime.axis()
Provides a static access to the associated time axis respective chronology which contains the chronological rules.Modifier and TypeMethodDescriptionEthiopianCalendar.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)