TTimeIntervalMinutes Class Reference

class TTimeIntervalMinutes : public TTimeIntervalBase

Represents a time interval in minutes.

Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.

Inherits from

Constructor & Destructor Documentation

TTimeIntervalMinutes()

TTimeIntervalMinutes()[inline]

Default constructor.

Constructs an uninitialised object.

TTimeIntervalMinutes(TInt)

TTimeIntervalMinutes(TIntaInterval)[inline]

Constructs the object with the specified interval value.

Parameters

TInt aIntervalThe interval value with which the object is to be initialised.

Member Functions Documentation

operator=(TInt)

TTimeIntervalMinutes &operator=(TIntaInterval)[inline]

Assigns a value to this object.

A reference to this object.

Parameters

TInt aIntervalThe interval value to be assigned.