|
|
|
|
Location:
e32std.h
class TTimeIntervalHours : public TTimeIntervalBase;
Represents a time interval in hours.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.
TTimeIntervalBase - Provides a base class for all time interval classes using a 32-bit representation
TTimeIntervalHours - Represents a time interval in hours
Defined in TTimeIntervalHours:
TTimeIntervalHours(), TTimeIntervalHours(), operator=()
Inherited from TTimeIntervalBase:
Int(),
iInterval,
operator!=(),
operator>(),
operator>=(),
operator<(),
operator<=(),
operator==()
inline TTimeIntervalHours(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalHours &operator=(TInt aInterval);
Assigns a value to this object.
|
|