_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
Index
Type: System.ObjectAn Integer representing a one-based index into the TimeZones collection.
Property Value
Type: Microsoft.Office.Interop.Outlook.TimeZone
A TimeZone object that represents the specified object in the collection.