CTimeSpan::operator =

Use the overloaded assignment operator to copy the source CTimeSpan timeSpanSrc object into this CTimeSpan object.

const CTimeSpan& operator =( const CTimeSpan& timeSpanSrc );

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, CTimeSpan::CTimeSpan