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