What the ending date of the repeat range.

Namespace: DayPilot.Web.Mvc.Recurrence
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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