Search
Recurrence.NumOccurrences Property
See Also
 






Gets or sets how many times the recurring event should occur.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int NumOccurrences { get; set; }

Visual Basic  Copy Code

Public Property NumOccurrences As Integer

 Property Value

An integer value specifying the number of occurrences. The allowed values range from 1 to 999.

 See Also