nux-1.14.0
|
Public Member Functions | |
t_s64 | GetJulianDayNumber () const |
t_f64 | GetJulianDate () const |
unsigned int | GetSecondOfDay () const |
bool | operator== (TimeStamp &Other) const |
bool | operator!= (TimeStamp &Other) const |
bool | operator< (TimeStamp &Other) const |
bool | operator> (TimeStamp &Other) const |
bool | operator>= (TimeStamp &Other) const |
bool | operator<= (TimeStamp &Other) const |
void | GetTime () |
Public Attributes | |
unsigned int | m_Year |
unsigned int | m_Month |
unsigned int | m_Day |
unsigned int | m_Hour |
unsigned int | m_Minute |
unsigned int | m_Second |
unsigned int | m_MicroSecond |
Definition at line 29 of file TimeFunctions.h.