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