DayOfTheWeekCollection.Item[Int32] Property

Definition

Gets the DayOfTheWeek enumeration value at a specific index in the collection.

public:
 property Microsoft::Exchange::WebServices::Data::DayOfTheWeek default[int] { Microsoft::Exchange::WebServices::Data::DayOfTheWeek get(int index); };
public Microsoft.Exchange.WebServices.Data.DayOfTheWeek this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As DayOfTheWeek

Parameters

index
Int32

The index of the item to return.

Property Value

The day at the specified index.

Applies to