|
libdrmconf 0.13.3
A library to program DMR radios.
|
Represents a Julien day epoch since a specified year. More...
#include <orbitalelementsdatabase.hh>
Public Member Functions | |
| Epoch () | |
| Default constructor. | |
| Epoch (unsigned int year, unsigned int month, unsigned int day, unsigned int hour, unsigned int minute, unsigned int second, unsigned int microsecond) | |
| Constructor. | |
| Epoch (const Epoch &other)=default | |
| Copy constructor. | |
| Epoch & | operator= (const Epoch &other)=default |
| Copy assignment. | |
| double | toEpoch () const |
| Computes the decimal epoch as the day of year a | |
| QString | toString () const |
| Encodes the Epoch as YYYY-MM-DDThh:mm:ss.uuuuuu. | |
Static Public Member Functions | |
| static Epoch | parse (const QString &datetime) |
| Parses a date-time string into the epoch. | |
Represents a Julien day epoch since a specified year.