_TimeZones.CurrentTimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TimeZone value that represents the current Windows system local time zone. Read-only.
public:
property Microsoft::Office::Interop::Outlook::TimeZone ^ CurrentTimeZone { Microsoft::Office::Interop::Outlook::TimeZone ^ get(); };
public Microsoft.Office.Interop.Outlook.TimeZone CurrentTimeZone { get; }
Public ReadOnly Property CurrentTimeZone As TimeZone