Specifies that the ScheduleItem should recur for the specified number of occurrences.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public void RecurTimes( int maxOccurrences, IRecurrencePattern recurrencePattern ) |
| Visual Basic (Declaration) |
|---|
Public Sub RecurTimes ( _ maxOccurrences As Integer, _ recurrencePattern As IRecurrencePattern _ ) |
Parameters
- maxOccurrences
- Type: System..::.Int32
The number of times the item should recur.
- recurrencePattern
- Type: Mindscape.WpfElements..::.IRecurrencePattern
The recurrence pattern.