WorkingHours.DaysOfTheWeek Property
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.
Gets the working days of the attendee.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ DaysOfTheWeek { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.DayOfTheWeek> DaysOfTheWeek { get; }
Public ReadOnly Property DaysOfTheWeek As Collection(Of DayOfTheWeek)
Property Value
The value of the DaysOfTheWeek property is a T:System.Collections.ObjectModel.Collection<T>DayOfTheWeek enumeration values that indicate when the attendee is working.