Uses of Class
net.time4j.calendar.HebrewTime
Packages that use HebrewTime
-
Uses of HebrewTime in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type HebrewTimeModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,HebrewTime>
HebrewTime.CLOCK_HOUR
The Hebrew hour with the biblical value range 1-12 which is coupled to the sun cycle.static StdCalendarElement<Integer,HebrewTime>
HebrewTime.DIGITAL_HOUR
The Hebrew hour with the digital value range 0-23 which is coupled to the sun cycle.static StdCalendarElement<Integer,HebrewTime>
HebrewTime.PART_OF_HOUR
Marks the part of hour (helek) with the value range 0-1079.Methods in net.time4j.calendar that return HebrewTimeModifier and TypeMethodDescriptionstatic HebrewTime
HebrewTime.nowInSystemTime()
Obtains the current simplified Hebrew time in system time on a fixed 24-hour-scale.static HebrewTime
HebrewTime.ofDay(int hour12, int part)
Obtains an instance of Hebrew time between sunrise and sunset (day).static HebrewTime
HebrewTime.ofDigital(int hour23, int part)
Obtains an instance of Hebrew time between two sunsets.static HebrewTime
HebrewTime.ofNight(int hour12, int part)
Obtains an instance of Hebrew time between sunset and sunrise (night).Methods in net.time4j.calendar that return types with arguments of type HebrewTimeModifier and TypeMethodDescriptionstatic ChronoFunction<Moment,Optional<HebrewTime>>
Obtains the Hebrew time dependent on given moment and location related to solar time.static ChronoFunction<Moment,HebrewTime>
Obtains the simplified Hebrew time dependent on given moment and a 24-hour-fixed scale.static TimeAxis<HebrewTime.Unit,HebrewTime>
HebrewTime.axis()
Provides a static access to the associated time axis respective chronology which contains the chronological rules.static Optional<HebrewTime>
Obtains the current Hebrew time in system time and at given geographical position.Methods in net.time4j.calendar with parameters of type HebrewTimeModifier and TypeMethodDescriptionint
HebrewTime.Unit.between(HebrewTime start, HebrewTime end)
Calculates the difference between given Hebrew times in this unit.int
HebrewTime.compareTo(HebrewTime other)
boolean
HebrewTime.isAfter(HebrewTime other)
boolean
HebrewTime.isBefore(HebrewTime other)
boolean
HebrewTime.isSimultaneous(HebrewTime other)