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