#include <timelib.h>
|
| DateTime () |
|
| DateTime (int year, int month, int day, int hour, int minute, double seconds) |
|
double mjd
Definition: timelib.h:121
double currentmjd(double offset)
Current UTC in Modified Julian Days.
Definition: timelib.cpp:65
DateTime::DateTime |
( |
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
hour, |
|
|
int |
minute, |
|
|
double |
seconds |
|
) |
| |
1609 mjd =
cal2mjd(year, month, day, hour, minute, seconds, 0);
double cal2mjd(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t nsecond)
Calendar representation to Modified Julian Day - full.
Definition: timelib.cpp:294
double mjd
Definition: timelib.h:121
The documentation for this class was generated from the following files: