MindFusion.Scheduling for Silverlight Programmer's Guide
Recurrence.NumOccurrences Property
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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.

 Remarks

The value of this property is used when the RecurrenceEnd is set to NumOccurrences.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace