ScummVM API documentation
Graphics::MFC::CTimeSpan Class Reference

Public Member Functions

 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
 
CTimeSpanoperator+= (CTimeSpan span)
 
CTimeSpanoperator-= (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: