Recurrence.ByDay.OccurrenceNumber property
The OccurrenceNumber property gets or sets an integer that represents the number of the week for this Recurrence.ByDay structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property OccurrenceNumber As Integer
Get
Set
'Usage
Dim instance As Recurrence.ByDay
Dim value As Integer
value = instance.OccurrenceNumber
instance.OccurrenceNumber = value
public int OccurrenceNumber { get; set; }
Property value
Type: System.Int32