public final class TimeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
BASE_JD |
| Modifier and Type | Method and Description |
|---|---|
static double |
getJulianDayNumber(Calendar time)
Calculate the Julian day number corresponding to the time provided
|
public static final double BASE_JD
public static double getJulianDayNumber(Calendar time)
time - , the time for which the Julian Day number is required. If
null, the current time will be used.Copyright © 2013–2021. All rights reserved.