What the ending date of the repeat range.

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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