CTimeSpan::operator +=, -=

Use these operators to add and subtract a CTimeSpan object to and from this CTimeSpan.

const CTimeSpan& operator +=( CTimeSpan timeSpan );

const CTimeSpan& operator –=( CTimeSpan timeSpan );

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