DayOfTheWeekCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the elements of the collection.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Exchange.WebServices.Data.DayOfTheWeek> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of DayOfTheWeek)

Returns

An IEnumerator object that can be used to iterate through the elements of the collection.

Implements

Applies to