#include <mw/tz.h>
class TTimeWithReference |
Public Attributes | |
---|---|
TTime | iTime |
TTzTimeReference | iTimeReference |
Public Member Functions | |
---|---|
TTimeWithReference() | |
TTimeWithReference(TTime, TTzTimeReference) | |
TTimeWithReference(TDateTime, TTzTimeReference) | |
TTimeWithReference | Max() |
bool | operator!=(const TTimeWithReference &) |
bool | operator==(const TTimeWithReference &) |
Encapsulates a TTime and a TTzTimeReference.
TTimeWithReference | ( | TTime | aTime, |
TTzTimeReference | aTimeReference = ETzUtcTimeReference | ||
) | [inline] |
TTimeWithReference | ( | TDateTime | aTime, |
TTzTimeReference | aTimeReference = ETzUtcTimeReference | ||
) | [inline] |
bool | operator!= | ( | const TTimeWithReference & | aTime | ) | const [inline] |
bool | operator== | ( | const TTimeWithReference & | aTime | ) | const [inline] |