_TimeZones.Item[Object] Property

Definition

Returns a TimeZone object from the collection.

public:
 property Microsoft::Office::Interop::Outlook::TimeZone ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::TimeZone ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.TimeZone this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As TimeZone

Parameters

Index
Object

An Integer representing a one-based index into the TimeZones collection.

Property Value

A TimeZone object that represents the specified object in the collection.

Applies to