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