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 );
Header file: | Afx.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CTimespan Overview, CTimeSpan Operators, Simple Value Types