Share via


_TimeZone.StandardDate Property

Returns a DateTime value that represents the date and time in this time zone when time changes over to standard time. Read-only.

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

Syntax

'Declaration
ReadOnly Property StandardDate As DateTime
    Get
'Usage
Dim instance As _TimeZone
Dim value As DateTime

value = instance.StandardDate
DateTime StandardDate { get; }

Property Value

Type: System.DateTime

Remarks

This value is stored as part of the TZI value for the time zone in the Windows registry. The TZI value is mapped to the Windows TIME_ZONE_INFORMATION structure.

See Also

Reference

_TimeZone Interface

_TimeZone Members

Microsoft.Office.Interop.Outlook Namespace