Gets or sets how many times the recurring event should occur.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int NumOccurrences { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NumOccurrences As Integer |
An integer value specifying the number of occurrences. The allowed values range from 1 to 999.
RemarksThe value of this property is used when the RecurrenceEnd is set to NumOccurrences.
See Also