| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
static 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).
|
| Modifier and Type | Method and Description |
|---|---|
static ChronoFunction<Moment,Optional<HebrewTime>> |
HebrewTime.at(SolarTime geoLocation)
Obtains the Hebrew time dependent on given moment and location related to solar time.
|
static ChronoFunction<Moment,HebrewTime> |
HebrewTime.at(TZID tzid)
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> |
HebrewTime.now(SolarTime geoLocation)
Obtains the current Hebrew time in system time and at given geographical position.
|
| Modifier and Type | Method and Description |
|---|---|
int |
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) |
Copyright © 2014–2021. All rights reserved.