Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CTime::FormatGmt
CTime                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CString FormatGmt( const char* pFormat );
 
  Parameter   Description
 
  <pFormat>   Specifies a formatting string similar to the printf
              formatting string. See the run-time function strzftime 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
 
 
                                     -♦-