_TimeZones.CurrentTimeZone Property
Returns a TimeZone value that represents the current Windows system local 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 CurrentTimeZone As TimeZone
Get
'Usage
Dim instance As _TimeZones
Dim value As TimeZone
value = instance.CurrentTimeZone
[DispIdAttribute()]
TimeZone CurrentTimeZone { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.TimeZone