End time of the repeat range (excluded). Applies when RangeSpec = Until.

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 DateTime UntilValue { get; }
Visual Basic
Public ReadOnly Property UntilValue As DateTime
	Get
Visual C++
public:
property DateTime UntilValue {
	DateTime get ();
}

See Also