Gets or sets how many times the recurring event should occur.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# 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.
The value of this property is used when the RecurrenceEnd is set to NumOccurrences.