Uses of Class
net.time4j.calendar.EthiopianTime
Packages that use EthiopianTime
-
Uses of EthiopianTime in net.time4j.calendar
Methods in net.time4j.calendar that return EthiopianTimeModifier and TypeMethodDescriptionstatic EthiopianTimeConverts given ISO-time to Ethiopian time.static EthiopianTimeEthiopianTime.nowInSystemTime()Obtains the current Ethiopian time in system time.static EthiopianTimeEthiopianTime.ofDay(int hour, int minute)Equivalent toofDay(hour, minute, 0).static EthiopianTimeEthiopianTime.ofDay(int hour, int minute, int second)Creates a new instance for times in the ISO-range (06:00:00-17:59:59).static EthiopianTimeEthiopianTime.ofNight(int hour, int minute)Equivalent toofNight(hour, minute, 0).static EthiopianTimeEthiopianTime.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).Methods in net.time4j.calendar that return types with arguments of type EthiopianTimeModifier and TypeMethodDescriptionstatic TimeAxis<EthiopianTime.Unit,EthiopianTime>EthiopianTime.axis()Provides a static access to the associated time axis respective chronology which contains the chronological rules.Methods in net.time4j.calendar with parameters of type EthiopianTimeModifier and TypeMethodDescriptionEthiopianCalendar.at(EthiopianTime time)Creates a new local timestamp with this date and given Ethiopian time.intEthiopianTime.Unit.between(EthiopianTime start, EthiopianTime end)Calculates the difference between given Ethiopian times in this unit.intEthiopianTime.compareTo(EthiopianTime other)booleanEthiopianTime.isAfter(EthiopianTime other)booleanEthiopianTime.isBefore(EthiopianTime other)booleanEthiopianTime.isSimultaneous(EthiopianTime other)