PocketPlanner Programmer's Guide

Recurrence.GetEndDate Method

See Also

Returns the end date for this recurrence.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime GetEndDate ()

Visual Basic

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