Gets or sets the pattern used for yearly recurrences with YearlyRecurrence set to ByDayType.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string RecurrenceYearlyTwoPattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecurrenceYearlyTwoPattern As String |
RemarksUse the [Occurrence], [Day] and [MonthOfYear] parameters as placeholders for the Recurrence.Occurrence, Recurrence.Day and Recurrence.MonthOfYear values respectively.
See Also