Gets or sets how many times the recurring event should occur.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |