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: 8.1.3443.0 (8.1.3443.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