Gets or sets how many weeks should pass before the event occurs again.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int Weeks { get; set; } |
Visual Basic Copy Code |
---|
Public Property Weeks As Integer |
An integer value specifying the number of weeks between event occurrences. The minimal allowed value is 1.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |