Whether the end of all-day event is specified by date only or by full date and time.

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

Syntax

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

See Also