Specifies that the ScheduleItem should recur until the specified date.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public void RecurUntil(
	DateTime until,
	IRecurrencePattern recurrencePattern
)
Visual Basic (Declaration)
Public Sub RecurUntil ( _
	until As DateTime, _
	recurrencePattern As IRecurrencePattern _
)

Parameters

until
Type: System..::.DateTime
The date until which the item should recur.
recurrencePattern
Type: Mindscape.WpfElements..::.IRecurrencePattern
The recurrence pattern.

See Also