CTimeSpan::operator +, -

Use these two operators to add and subtract CTimeSpan objects to and from each other.

CTimeSpan operator +( CTimeSpan timeSpan ) const;

CTimeSpan operator –( CTimeSpan timeSpan ) const;

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTimespan Overview, CTimeSpan Operators, Simple Value Types