Application.TimeZones Property

Outlook Developer Reference

Returns a TimeZones collection that represents the set of time zones supported by Outlook. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.TimeZones

expression   A variable that represents an Application object.

Remarks

The set of time zones supported by Outlook is based on the data stored in the Windows registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.

See Also