Share via


_TimeZone.DaylightDesignation Property

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

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

Syntax

'Declaration
ReadOnly Property DaylightDesignation As String
    Get
'Usage
Dim instance As _TimeZone
Dim value As String

value = instance.DaylightDesignation
string DaylightDesignation { get; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

_TimeZone Interface

_TimeZone Members

Microsoft.Office.Interop.Outlook Namespace