| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| 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 Optional<HebrewTime> |
HebrewTime.now(SolarTime geoLocation)
Obtains the current Hebrew time in system time and at given geographical position.
|
Optional<Moment> |
HebrewTime.on(HebrewCalendar date,
SolarTime geoLocation)
Obtains the moment at this Hebrew time on given date at the given geographical position.
|
| Modifier and Type | Method and Description |
|---|---|
SolarTime |
SolarTime.Builder.build()
Finishes the build-process.
|
static SolarTime |
SolarTime.ofJerusalem()
Obtains an instance of solar time for the temple area in Jerusalem which has a prominent meaning
in Hebrew calendar and time.
|
static SolarTime |
SolarTime.ofLocation(double latitude,
double longitude)
Obtains the solar time for given geographical location at sea level.
|
static SolarTime |
SolarTime.ofLocation(double latitude,
double longitude,
int altitude,
SolarTime.Calculator calculator)
Obtains the solar time for given geographical location.
|
static SolarTime |
SolarTime.ofLocation(double latitude,
double longitude,
int altitude,
String calculator)
Obtains the solar time for given geographical location.
|
static SolarTime |
SolarTime.ofMecca()
Obtains an instance of solar time for the Kaaba in Mecca which has a prominent meaning
in islamic calendar.
|
Copyright © 2014–2021. All rights reserved.