_Application.TimeZones Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property TimeZones As TimeZones
    Get
'Usage
Dim instance As _Application
Dim value As TimeZones

value = instance.TimeZones
[DispIdAttribute()]
TimeZones TimeZones { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.TimeZones

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

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Outlook Namespace