CTimeSpan::Format

Call this member function to generate a formatted string that corresponds to this CTimeSpan.

The Debug version of the library checks the formatting codes and asserts if the code is not in the list above.

Syntax

CString Format( LPCSTR pFormat ) const;

CString Format( LPCTSTR pFormat ) const;

CString Format( UINT nID ) const;

At a Glance

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

See Also

CTimespan Overview, CTimeSpan Member Functions, Simple Value Types