Location:
e32std.h
Link against:
TTimeIntervalDays
Supported from 5.0
Represents a time interval in days. Comparison and interval
retrieval functions are provided by the base class
TTimeIntervalBase.
|
Defined in TTimeIntervalDays:
TTimeIntervalDays(), operator=()
Inherited from TTimeIntervalBase:
Int(),
operator!=(),
operator<(),
operator<=(),
operator==(),
operator>(),
operator>=()
TTimeIntervalDays();
Constructs an uninitialised TTimeIntervalDays
object. It is necessary because there is also a non-default constructor in this
class.
TTimeIntervalDays(TInt aInterval);
Constructs the object with a
TInt.
|
TTimeIntervalDays& operator=(TInt aInterval);
Assigns a value to this
TTimeIntervalDays.
|
|