#include <tiempo.hpp>
Public Member Functions | |
| DifTiempo (time_t time) | |
| DifTiempo (long lDays, int nHours, int nMins, int nSecs) | |
| DifTiempo (const DifTiempo &timeSpanSrc) | |
| const DifTiempo & | operator= (const DifTiempo &timeSpanSrc) |
| long | GetDays () const |
| long | GetTotalHours () const |
| int | GetHours () const |
| long | GetTotalMinutes () const |
| int | GetMinutes () const |
| long | GetTotalSeconds () const |
| int | GetSeconds () const |
| DifTiempo | operator- (DifTiempo timeSpan) const |
| DifTiempo | operator+ (DifTiempo timeSpan) const |
| const DifTiempo & | operator+= (DifTiempo timeSpan) |
| const DifTiempo & | operator-= (DifTiempo timeSpan) |
| bool | operator== (DifTiempo timeSpan) const |
| bool | operator!= (DifTiempo timeSpan) const |
| bool | operator< (DifTiempo timeSpan) const |
| bool | operator> (DifTiempo timeSpan) const |
| bool | operator<= (DifTiempo timeSpan) const |
| bool | operator>= (DifTiempo timeSpan) const |
| std::string | Format (char *pFormat) const |
Friends | |
| class | Tiempo |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3