Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
CString FormatGmt( LPCTSTR pFormat ) const;
CString FormatGmt( UINT nFormatID ) const;
Return Value
A CString that contains the formatted time.
Parameters
pFormat
Specifies a formatting string similar to the printf formatting string. See the run-time function for details.
nFormatID
The ID of the string that identifies this format.
Remarks
Generates a formatted string that corresponds to this CTime object. The time value is not converted and thus reflects UTC.
Example
See the example for CTime::Format.
CTime Overview | Class Members | Hierarchy Chart
See Also CTime::Format