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

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