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