Recurrence.ByWeek property
The ByWeek property gets or sets an array of integers that together represent the value of the BYWEEK property.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property ByWeek As Integer()
Get
Set
'Usage
Dim instance As Recurrence
Dim value As Integer()
value = instance.ByWeek
instance.ByWeek = value
public int[] ByWeek { get; set; }
Property value
Type: []