Главная страница | назад





Article #17630: Using GetTimeZoneInformation() function?

 Question and Answer Database
FAQ2630D.txt Using GetTimeZoneInformation() function?
Category :Windows API
Platform :All
Product :All 32 bit
Question:
What are the constants for the return values for the Windows API
function GetTimeZoneInformation()?
Answer:
The following defines the return values for the
GetTimeZoneInformation() function.
const TIME_ZONE_ID_UNKNOWN = 0;
const TIME_ZONE_ID_STANDARD = 1;
const TIME_ZONE_ID_DAYLIGHT = 2;
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99