Original event starting date and time (DayPilotCalendar.DataStartField property).

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

Syntax

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