Search
LocalizationInfo.RecurrenceMonthlyOnePattern Property
See Also
 






Gets or sets the pattern used for monthly recurrences with MonthlyRecurrence set to ByDayNumber.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string RecurrenceMonthlyOnePattern { get; set; }

Visual Basic  Copy Code

Public Property RecurrenceMonthlyOnePattern As String

 Property Value

A string value.

 Remarks

Use the [DayOfMonth] and [Months] parameters as placeholders for the Recurrence.DayOfMonth and Recurrence.Months values respectively.

 See Also