| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
JulianDay |
AstronomicalSeason.julianDay(int year)
Determines the Julian day of this astronomical event in given year.
|
JulianDay |
JulianDay.minusDays(double amount)
Subtracts an amount in decimal days from this Julian day.
|
JulianDay |
JulianDay.minusSeconds(double amount)
Subtracts an amount in decimal seconds from this Julian day.
|
static JulianDay |
JulianDay.ofEphemerisTime(CalendarDate date,
PlainTime time,
ZonalOffset offset)
Creates a Julian day on the time scale
TimeScale.TT,
sometimes also called Julian Ephemeris Day. |
static JulianDay |
JulianDay.ofEphemerisTime(double value)
Creates a Julian day on the time scale
TimeScale.TT,
sometimes also called Julian Ephemeris Day. |
static JulianDay |
JulianDay.ofEphemerisTime(Moment moment)
Creates a Julian day on the time scale
TimeScale.TT,
sometimes also called Julian Ephemeris Day. |
static JulianDay |
JulianDay.ofMeanSolarTime(double value)
Creates a Julian day on the time scale
TimeScale.UT,
hence related to the mean solar time. |
static JulianDay |
JulianDay.ofMeanSolarTime(Moment moment)
Creates a Julian day on the time scale
TimeScale.UT,
hence related to the mean solar time. |
static JulianDay |
JulianDay.ofSimplifiedTime(double value)
Creates a Julian day on the time scale
TimeScale.POSIX. |
static JulianDay |
JulianDay.ofSimplifiedTime(Moment moment)
Creates a Julian day on the time scale
TimeScale.POSIX. |
JulianDay |
JulianDay.plusDays(double amount)
Adds an amount in decimal days to this Julian day.
|
JulianDay |
JulianDay.plusSeconds(double amount)
Adds an amount in decimal seconds to this Julian day.
|
Copyright © 2014–2021. All rights reserved.