MindFusion.Wpf Pack Programmer's Guide
Recurrence.GetEndDate Method ()
See Also
 





Returns the end date for this recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DateTime GetEndDate ()

Visual Basic  Copy Code

Public Function GetEndDate () As DateTime

 Return Value

The end date of the recurrence if the recurrence is set to expire or DateTime.MaxValue otherwise.

 Remarks

The end date is calculated from the specified repeat number if RecurrenceEnd is set to NumOccurrences.

 See Also

GetEndDate Method Overload List
Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace