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: 6.8.2460.0 (6.8.2460.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