Share via


_TimeZone.ID Property

Returns a String (string in C#) that uniquely identifies the time zone. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ID As String
    Get
'Usage
Dim instance As _TimeZone
Dim value As String

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

Property Value

Type: System.String

Remarks

The ID of a time zone is globally the same for that time zone. It is the name of the Windows registry key that contains the time zone information. Unlike the Name property, the value of ID is not localized.

See Also

Reference

_TimeZone Interface

_TimeZone Members

Microsoft.Office.Interop.Outlook Namespace