Edit

Share via


DayOfTheWeekCollection.AddRange(IEnumerable<DayOfTheWeek>) Method

Definition

Adds a range of DayOfTheWeek enumeration values to the collection.

public:
 void AddRange(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ daysOfTheWeek);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.DayOfTheWeek> daysOfTheWeek);
Public Sub AddRange (daysOfTheWeek As IEnumerable(Of DayOfTheWeek))

Parameters

daysOfTheWeek
IEnumerable<DayOfTheWeek>

The range of days to add to the collection.

Applies to