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