Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <tz.h>

Class TTimeWithReference

class TTimeWithReference;

Description

Encapsulates a TTime and a TTzTimeReference. Use, for example, for iCalendar's DTSTART.

Members

Defined in TTimeWithReference:


Construction and destruction


TTimeWithReference()

inline TTimeWithReference();

Description


TTimeWithReference(TTime,TTzTimeReference)

inline TTimeWithReference(TTime aTime, TTzTimeReference aTimeReference=ETzUtcTimeReference);

Description

Parameters

TTime aTime

TTzTimeReference aTimeReference


TTimeWithReference(TDateTime,TTzTimeReference)

inline TTimeWithReference(TDateTime aTime, TTzTimeReference aTimeReference=ETzUtcTimeReference);

Description

Parameters

TDateTime aTime

TTzTimeReference aTimeReference

[Top]


Member functions


Max()

static inline TTimeWithReference Max();

Description

Return value

TTimeWithReference


operator==(const TTimeWithReference &)const

inline bool operator==(const TTimeWithReference &aTime) const;

Description

Parameters

const TTimeWithReference &aTime

Return value

bool


operator!=(const TTimeWithReference &)const

inline bool operator!=(const TTimeWithReference &aTime) const;

Description

Parameters

const TTimeWithReference &aTime

Return value

bool

[Top]


Member data


iTime

TTime iTime;

Description


iTimeReference

TTzTimeReference iTimeReference;

Description