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