Gets or sets the pattern used for weekly recurrences with Weeks value set to more than 1.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public string RecurrenceWeeklyTwoPattern { get; set; } |
Visual Basic Copy Code |
---|
Public Property RecurrenceWeeklyTwoPattern As String |
A string value.
Use the [DaysOfWeek] and [Weeks] parameters as placeholders for the Recurrence.DaysOfWeek and Recurrence.Weeks values respectively.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |