_OlkTimeZoneControl.SelectedTimeZoneIndex Property

Returns or sets an Integer (int in C#) that represents index into the _Application.TimeZones collection that determines the selected time zone. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property SelectedTimeZoneIndex As Integer
    Get
    Set
'Usage
Dim instance As _OlkTimeZoneControl
Dim value As Integer

value = instance.SelectedTimeZoneIndex

instance.SelectedTimeZoneIndex = value
[DispIdAttribute()]
int SelectedTimeZoneIndex { get; set; }

Property Value

Type: System.Int32

Remarks

SelectedTimeZoneIndex is 1-based, and a value of zero (0) means that no time zone has been selected.

See Also

Reference

_OlkTimeZoneControl Interface

_OlkTimeZoneControl Members

Microsoft.Office.Interop.Outlook Namespace