CTimeSpan::operators <<, >>

Use the CTimeSpan insertion (<<) operator for diagnostic dumping and storing to an archive.

Use the extraction (>>) operator for loading from an archive.

friend CDumpContext& AFXAPI operator<<( CDumpContext& dc, CTimeSpan timeSpan );

friend CArchive& AFXAPI operator<<( CArchive& ar, CTimeSpan timeSpan );

friend CArchive& AFXAPI operator>>( CArchive& ar, CTimeSpan& rtimeSpan );

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