Creates a RecurrenceInfo that runs indefinitely.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static RecurrenceInfo Forever(
	DateTime start,
	TimeSpan duration,
	IRecurrencePattern recurrencePattern
)
Visual Basic
Public Shared Function Forever ( _
	start As DateTime, _
	duration As TimeSpan, _
	recurrencePattern As IRecurrencePattern _
) As RecurrenceInfo
Visual C++
public:
static RecurrenceInfo^ Forever(
	DateTime start, 
	TimeSpan duration, 
	IRecurrencePattern^ recurrencePattern
)

Parameters

start
Type: System..::..DateTime
The start date and time of the recurrence.
duration
Type: System..::..TimeSpan
The duration of the ScheduleItem.
recurrencePattern
Type: Mindscape.SilverlightElements..::..IRecurrencePattern
The recurrence pattern.

Return Value

A RecurrenceInfo representing the specified recurrence schedule.

See Also