Converts a UTC Julian Date to a Terrestial Time Julian date (TJD).
Util.Julian_TJD(JulianDate)
The method syntax has these parts:
Part | Description |
---|---|
JulianDate (Double) | a UTC Julian date |
Return (Double) | the corresponding Terrestrial Julian Date (TJD) |
Note: This does not take into account the difference between UTC and Universal Time, which is at most 0.9 seconds.