What the ending date of the repeat range.

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public RecurrenceRule Until(
	DateTime until
)
Visual Basic
Public Function Until ( _
	until As DateTime _
) As RecurrenceRule
Visual C++
public:
RecurrenceRule^ Until(
	DateTime until
)

Parameters

until
Type: System..::..DateTime

Return Value

See Also