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

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

Syntax

C#
public DateTime End { get; internal set; }
Visual Basic (Declaration)
Public Property End As DateTime
Visual C++
public:
property DateTime End {
	DateTime get ();
	void set (DateTime value);
}

See Also