![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Public Member Functions | |
CXTime (xTime time) | |
CXTime (const tm *tmtime) | |
CXTime (int nYear, int nMonth, int nDay, int nHour, int nMin=0, int nSec=0, int nDST=-1) | |
CXTime & | operator= (xTime time) |
CXDuration | operator- (const CXTime &time) const throw () |
CXTime | operator- (const CXDuration &duration) const throw () |
CXTime | operator+ (const CXDuration &duration) const throw () |
CXTime & | operator+= (const CXDuration &duration) throw () |
CXTime & | operator-= (const CXDuration &duration) throw () |
bool | operator== (CXTime time) const |
bool | operator!= (CXTime time) const |
bool | operator< (CXTime time) const |
bool | operator> (CXTime time) const |
bool | operator<= (CXTime time) const |
bool | operator>= (CXTime time) const |
bool | GetUTCTm (struct tm *ptm) const |
bool | GetLocalTm (struct tm *ptm) const |
int | GetYear () const |
int | GetMonth () const |
int | GetDay () const |
int | GetHour () const |
int | GetMinute () const |
int | GetSecond () const |
int | GetDayOfWeek () const |
int | GetElapsedDays () const |
xTime | GetTime () const |
CXString | Format (LPCTSTR pszFormat) const |
CXString | FormatGmt (LPCTSTR pszFormat) const |
virtual void | Serialize (CXArchive &ar) |
Static Public Member Functions | |
static CXTime | GetCurrentTime () |