Function CSPTime::operator <()
Description:
Checks whether the time contained by this object is less than the time contained by another object.
 |
Prototype:
bool operator <(const CSPTime& tTime) const;
Arguments:
- const CSPTime& tTime [IN]
The time to compare to.
Return value:
If the time of this object is less than the other object's time, it returns true. Otherwise, it returns false.
See also:
member functions operator == (), operator != (), operator <= (), operator > (), operator >= ()
|
|