Function CSPTime::operator <()

Description:
Checks whether the time contained by this object is less than the time contained by another object.

Micronovae 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 >= ()
CSPTime | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com