CTime::FormatGmt

Syntax

CString FormatGmt( const char* pFormat );

Parameters

pFormat

A formatting string similar to the printf formatting string. See the run-time function strftime for details.

Remarks

Generates a formatted string that corresponds to this CTime object. The time value is not converted and thus reflects UCT.

Return Value

A CString that contains the formatted time.

Example

See the example for Format.

See Also

CTime::Format