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