TIME_ZONE_INFORMATION_WITH_ID (Compact 2013)

3/28/2014

This structure contains information for the time zone.

Syntax

typedef struct _TIME_ZONE_INFORMATION_WITH_ID{
  UINT uId;
  TIME_ZONE_INFORMATION tzi;
  WCHAR DisplayName[70];
  WCHAR ReferenceName[64];
} TIME_ZONE_INFORMATION_WITH_ID;

Members

  • uId
    The ID for the time zone. For possible values, see Time Zone IDs.
  • DisplayName
    The name of the time zone as seen on the device. For example, GMT+04:30 Kabul.
  • ReferenceName
    The registry subkey name under HKLM\TimeZones. For example, Afghanistan Standard Time.

Requirements

Header

winbase.h

See Also

Reference

Time Structures
GetTimeZoneInformationID
SetTimeZoneInformationByID
SYSTEMTIME

Other Resources

Timer Driver Reference