DayOfTheWeekCollection.Add(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 new DayOfTheWeek enumeration value to the collection.
public:
void Add(Microsoft::Exchange::WebServices::Data::DayOfTheWeek dayOfTheWeek);
public void Add (Microsoft.Exchange.WebServices.Data.DayOfTheWeek dayOfTheWeek);
Parameters
- dayOfTheWeek
- DayOfTheWeek
The DayOfTheWeekenumeration value to add to the collection.