Gets or sets the pattern used for denoting the end date of a recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string RecurrenceEndDatePattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecurrenceEndDatePattern As String |
RemarksUse the [EndDate] parameter as a placeholder for the return value from the Recurrence.GetEndDate() method.
See Also