_TimeZones.Item Property

Returns a TimeZone object from the collection.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
    Index As Object _
) As TimeZone
    Get
'Usage
Dim instance As _TimeZones
Dim Index As Object
Dim value As TimeZone

value = instance(Index)
[DispIdAttribute()]
TimeZone this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Outlook.TimeZone
A TimeZone object that represents the specified object in the collection.

See Also

Reference

_TimeZones Interface

_TimeZones Members

Microsoft.Office.Interop.Outlook Namespace