Recurrence.RelativeMonthlyPattern.DayOfTheWeek 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 or sets the day of the week on which the event recurs.
public:
property Microsoft::Exchange::WebServices::Data::DayOfTheWeek DayOfTheWeek { Microsoft::Exchange::WebServices::Data::DayOfTheWeek get(); void set(Microsoft::Exchange::WebServices::Data::DayOfTheWeek value); };
public Microsoft.Exchange.WebServices.Data.DayOfTheWeek DayOfTheWeek { get; set; }
Public Property DayOfTheWeek As DayOfTheWeek
Property Value
One of the DayOfTheWeek enumeration values.