RelativeMonthlyRecurrencePatternType.DaysOfWeek Property
The DaysOfWeek property gets or sets the days of the week that are used in relative monthly recurrence pattern.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DaysOfWeek As DayOfWeekType
Get
Set
'Usage
Dim instance As RelativeMonthlyRecurrencePatternType
Dim value As DayOfWeekType
value = instance.DaysOfWeek
instance.DaysOfWeek = value
public DayOfWeekType DaysOfWeek { get; set; }
Property Value
Type: ExchangeWebServices.DayOfWeekType
The DaysOfWeek property returns the days of the week that are used in relative monthly recurrence pattern.
See Also