OlkTimeZoneControl object (Outlook)

A control that supports a selection from a drop-down list of time zones.

Remarks

Before you use this control for the first time in the forms designer, add the Microsoft Outlook Time Zone Control to the control toolbox. You can only add this control to a form region in an Outlook form using the Forms Designer; you cannot add this control to a Visual Basic UserForm object in the Visual Basic Editor.

The following is an example of a time zone control. The time zone data can be obtained from the Windows registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.

Time zone control

If an appointment item was originally created with a time zone value that no longer exists, the appointment time will be converted to the current local time zone.

Events

Name
AfterUpdate
BeforeUpdate
Change
Click
DoubleClick
DropButtonClick
Enter
Exit
KeyDown
KeyPress
KeyUp
MouseDown
MouseMove
MouseUp

Methods

Name
DropDown

Properties

Name
AppointmentTimeField
BorderStyle
Enabled
Locked
MouseIcon
MousePointer
SelectedTimeZoneIndex
Value

See also

Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.