#include <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.
| TTime | iTime |
| TTzTimeReference | iTimeReference |
| TTimeWithReference | ( | ) | [inline] |
| TTimeWithReference | ( | TTime | aTime, |
| TTzTimeReference | aTimeReference = ETzUtcTimeReference | ||
| ) | [inline] | ||
| TTimeWithReference | ( | TDateTime | aTime, |
| TTzTimeReference | aTimeReference = ETzUtcTimeReference | ||
| ) | [inline] | ||
| TTimeWithReference | Max | ( | ) | [static, inline] |
| bool | operator!= | ( | const TTimeWithReference & | aTime | ) | const [inline] |
| bool | operator== | ( | const TTimeWithReference & | aTime | ) | const [inline] |