windows_programming_notes.nbk: Home | Index | Next Page: GetWindowLong | Previous Page: GetTextExtentPoint32


 GetTimeFormat

The GetTimeFormat function formats time as a time string for a specified locale. The function formats either a specified time or the local system time.

int GetTimeFormat(
  LCID Locale,              // locale
  DWORD dwFlags,            // options
  CONST SYSTEMTIME *lpTime, // time
  LPCTSTR lpFormat,         // time format string
  LPTSTR lpTimeStr,         // formatted string buffer
  int cchTime               // size of string buffer
);

Parameters

Return Values

Remarks

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: GetWindowLong | Previous Page: GetTextExtentPoint32


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time