DayOfTheWeekCollection Class

Definition

Contains properties and methods that manage a collection of DayOfTheWeek enumeration values used for meetings and appointments with daily recurrence patterns.

public ref class DayOfTheWeekCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::DayOfTheWeek>
public sealed class DayOfTheWeekCollection : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.DayOfTheWeek>
Public NotInheritable Class DayOfTheWeekCollection
Inherits ComplexProperty
Implements IEnumerable(Of DayOfTheWeek)
Inheritance
DayOfTheWeekCollection
Implements

Properties

Count

Gets the number of days in the collection.

Item[Int32]

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

Methods

Add(DayOfTheWeek)

Adds a new DayOfTheWeek enumeration value to the collection.

AddRange(IEnumerable<DayOfTheWeek>)

Adds a range of DayOfTheWeek enumeration values to the collection.

Clear()

Removes all members from the collection.

GetEnumerator()

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

Remove(DayOfTheWeek)

Removes the specified DayOfTheWeek enumeration value from the collection.

RemoveAt(Int32)

Removes the DayOfTheWeek enumeration value at the specified index.

ToString()

Builds a string representation of the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the elements of the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to