CTTime::operator <, <=, >, >=, ==, !=
Syntax
CTBOOL operator < (const CTTime& Time)
CTBOOL operator <= (const CTTime& Time)
CTBOOL operator > (const CTTime& Time)
CTBOOL operator >= (const CTTime& Time)
CTBOOL operator == (const CTTime& Time)
CTBOOL operator != (const CTTime& Time)
Parameters
Description
These overloaded operators make comparisons between the CTTime object and Time.
Return
The operators return YES or NO, depending on the result of the comparison.