New event ending date and time.

Namespace: DayPilot.Web.Ui.Events
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NewEnd As DateTime
C#
public DateTime NewEnd { get; }
Visual C++
public:
property DateTime NewEnd {
	DateTime get ();
}