Gets or sets the end date of the recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime EndDate { get; set; } |
Visual Basic Copy Code |
---|
Public Property EndDate As DateTime |
A DateTime object specifying the end date of the recurring event.
This property is considered by the recurrence only if the RecurrenceEnd is set to EndDate.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |