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

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

Syntax

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

See Also