Event starting date and time (DayPilotCalendar.DataStartField property). Read-only.

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

Syntax

C#
public DateTime Start { get; private set; }
Visual Basic
Public Property Start As DateTime
	Get
	Private Set
Visual C++
public:
property DateTime Start {
	DateTime get ();
	private: void set (DateTime value);
}

See Also