New event starting date and time.

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

Syntax

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