Class CurrentTime
java.lang.Object
CurrentTime
public final class CurrentTime
- extends java.lang.Object
|
Method Summary |
static double |
GPST()
|
static double |
LST(double longitude)
|
static void |
refreshData()
|
static double |
TAI()
|
static double |
TCG()
|
static double |
TT()
|
static double |
UT1()
|
static double |
UT2()
|
static double |
UTC()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DUT1
public static double DUT1
errorUT1
public static double errorUT1
leap
public static double leap
CurrentTime
public CurrentTime()
TT
public static double TT()
UTC
public static double UTC()
LST
public static double LST(double longitude)
UT1
public static double UT1()
UT2
public static double UT2()
TAI
public static double TAI()
GPST
public static double GPST()
TCG
public static double TCG()
refreshData
public static void refreshData()