Share via


_TimeZone.StandardDesignation Property

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

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

Syntax

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

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

Property Value

Type: System.String

Remarks

This property is stored as the Std value for the time zone in the registry.

See Also

Reference

_TimeZone Interface

_TimeZone Members

Microsoft.Office.Interop.Outlook Namespace