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