Occurrences Property (RecurrencePattern)
In This Topic
Gets or sets the number of occurrences for the recurrence pattern. This property allows the definition of a recurrence pattern that is only valid for the specified number of subsequent occurrences. For example, you can set this property to 10 for a formal training course that will be held on the next ten Thursday evenings. The default value is 0.
Syntax
'Declaration
Public Property Occurrences As Integer
public int Occurrences {get; set;}
See Also