DayOfTheWeekCollection.AddRange(IEnumerable<DayOfTheWeek>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.