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