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

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also