|
|
| CTimeSpan (int64 time) |
| |
|
| CTimeSpan (long lDays, int nHours, int nMins, int nSecs) |
| |
|
int64 | GetDays () const |
| |
|
int64 | GetTotalHours () const |
| |
|
long | GetHours () const |
| |
|
int64 | GetTotalMinutes () const |
| |
|
long | GetMinutes () const |
| |
|
int64 | GetTotalSeconds () const |
| |
|
long | GetSeconds () const |
| |
|
int64 | GetTimeSpan () const |
| |
|
CTimeSpan | operator+ (CTimeSpan span) const |
| |
|
CTimeSpan | operator- (CTimeSpan span) const |
| |
|
CTimeSpan & | operator+= (CTimeSpan span) |
| |
|
CTimeSpan & | operator-= (CTimeSpan span) |
| |
|
bool | operator== (CTimeSpan span) const |
| |
|
bool | operator!= (CTimeSpan span) const |
| |
|
bool | operator< (CTimeSpan span) const |
| |
|
bool | operator> (CTimeSpan span) const |
| |
|
bool | operator<= (CTimeSpan span) const |
| |
|
bool | operator>= (CTimeSpan span) const |
| |
|
CString | Format (const char *pszFormat) const |
| |
|
CString | Format (unsigned int nID) const |
| |
The documentation for this class was generated from the following file: