COleDateTimeSpan::operator ==, !=, <, >, <=, >=

Use these operators to compare two COleDateTimeSpan values.

Syntax

BOOL operator==( const COleDateTimeSpan& dateSpan ) const;

BOOL operator!=( const COleDateTimeSpan& dateSpan ) const;

BOOL operator<( const COleDateTimeSpan& dateSpan ) const;

BOOL operator>( const COleDateTimeSpan& dateSpan ) const;

BOOL operator<=( const COleDateTimeSpan& dateSpan ) const;

BOOL operator>=( const COleDateTimeSpan& dateSpan ) const;

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleDateTimeSpan Overview, COleDateTimeSpan Operators, Automation Types,