Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

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

  • Time [in] The Time to be compared to this CTTime object

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.

TOCIndex