SRGDateScale::TimeFormat
CStringSRGDateScale::TimeFormat(LPCTSTRstrFormatString, COleDateTimedt)
Returns a string formatted according to COleDateTime rules. Under Win32 it just bumps to COleDateTime Format. Under Windows CE it does the job "by hand"
Defined in: DScale.cpp
Return Value
CString containing the correctly formatted string
Parameters
strFormatString
LPCTSTR strFormatString. See COleDateTime for formatting options.
dt
COleDateTime dt. The date and time.