SPH
|
Date and time routines. More...
Go to the source code of this file.
Classes | |
class | DateFormat |
Helper class for transforming Julian date to calendar date. More... | |
Enumerations | |
enum class | JulianDateFormat { JD , RJD , MJD } |
Input format of Julian date. More... | |
|
strong |
Input format of Julian date.
Enumerator | |
---|---|
JD | (ordinary) Julian date, number of days since noon January 1, 4713 BC |
RJD | reduced Julian date, equals to JD - 2.400.000,0 |
MJD | modified Julian date, equals to JD - 2.400.000,5 |
Definition at line 15 of file TimeFormat.h.