Returns the end date for this recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime GetEndDate ( |
Visual Basic
Copy Code
|
|---|
Public Function GetEndDate( _ |
An object that specifies the calendar to use for calculating the end date of the recurrence.
The end date of the recurrence if the recurrence is set to expire or DateTime.MaxValue otherwise.
RemarksThe end date is calculated from the specified repeat number if RecurrenceEnd is set to NumOccurrences.
See Also