Gets or sets the pattern used for daily recurrences with DailyRecurrence set to ByDayInterval and Days value set to more than 1.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string RecurrenceDailyTwoPattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecurrenceDailyTwoPattern As String |
RemarksUse the [Days] parameter as a placeholder for the Recurrence.Days value.
See Also