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