_TimeZone.Name Property
Returns a String (string in C#) that represents the identifier of 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 Name As String
Get
'Usage
Dim instance As _TimeZone
Dim value As String
value = instance.Name
[DispIdAttribute()]
string Name { get; }
Property Value
Type: System.String
Remarks
The Name usually includes the offset value from Coordinated Universal Time (UTC), the official time zone name, and regions where the time zone is used. It is stored as the Display value in the registry key for a time zone.