82 iTime(
const QString &time);
91 LoadLeapSecondKernel();
143 QString
UTC(
int precision=8)
const;
147 void setEt(
double et);
148 void setUtc(QString utcString);
154 void LoadLeapSecondKernel();
156 static bool p_lpInitialized;
iTime()
Constructs an empty iTime object.
Definition: iTime.cpp:45
QString HourString() const
Returns the hour portion of the time as a string.
Definition: iTime.cpp:305
int Minute() const
Returns the minute portion of the time as an int.
Definition: iTime.cpp:338
static QString CurrentLocalTime()
Returns the current local time This time is taken directly from the system clock, so if the system cl...
Definition: iTime.cpp:503
Parse and return pieces of a time string.
Definition: iTime.h:78
int Hour() const
Returns the hour portion of the time as an int.
Definition: iTime.cpp:314
iTime operator+(const double &secondsToAdd) const
Definition: iTime.cpp:179
iTime operator-(const double &secondsToSubtract) const
Definition: iTime.cpp:200
bool operator<(const iTime &time)
Compare two iTime objects for less than.
Definition: iTime.cpp:152
bool operator>=(const iTime &time)
Compare two iTime objects for greater than or equal.
Definition: iTime.cpp:118
bool operator>(const iTime &time)
Compare two iTime objects for greater than.
Definition: iTime.cpp:140
void setUtc(QString utcString)
Definition: iTime.cpp:445
int Year() const
Returns the year portion of the time as an int.
Definition: iTime.cpp:242
int Day() const
Returns the day portion of the time as an int.
Definition: iTime.cpp:290
QString UTC(int precision=8) const
Returns the internally stored time, formatted as a UTC time.
Definition: iTime.cpp:418
void setEt(double et)
Definition: iTime.cpp:438
iTime(const double time)
Constructs a iTime object and initializes it to the time from the argument.
Definition: iTime.h:89
QString DayOfYearString() const
Returns the day of year portion of the time as a string.
Definition: iTime.cpp:384
bool operator==(const iTime &time)
Compare two iTime objects for equality.
Definition: iTime.cpp:174
QString EtString() const
Returns the ephemeris time (TDB) representation of the time as a string.
Definition: iTime.cpp:409
QString DayString() const
Returns the dat portion of the time as a string.
Definition: iTime.cpp:281
QString MinuteString() const
Returns the minute portion of the time as a string.
Definition: iTime.cpp:329
int Month() const
Returns the month portion of the time as an int.
Definition: iTime.cpp:266
bool operator!=(const iTime &time)
Compare two iTime objects for inequality.
Definition: iTime.cpp:163
double Second() const
Returns the second portion of the time as a double.
Definition: iTime.cpp:369
bool operator<=(const iTime &time)
Compare two iTime objects for less than or equal.
Definition: iTime.cpp:129
~iTime()
Definition: iTime.h:97
QString SecondString(int precision=8) const
Returns the second portion of the time as a string.
Definition: iTime.cpp:353
QString MonthString() const
Returns the month portion of the time as a string.
Definition: iTime.cpp:257
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
void operator=(const QString &time)
Changes the value of the iTime object.
Definition: iTime.cpp:79
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:139
QString YearString() const
Returns the year portion of the time as a string.
Definition: iTime.cpp:233
void operator+=(const double &secondsToAdd)
Definition: iTime.cpp:186
int DayOfYear() const
Returns the day of year portion of the time as an int.
Definition: iTime.cpp:393
void operator-=(const double &secondsToSubtract)
Definition: iTime.cpp:212
static QString CurrentGMT()
Returns the current Greenwich Mean iTime The time is based on the system time, so it is only as accur...
Definition: iTime.cpp:487