True for all-day events.

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

Syntax

C#
public bool IsAllDay { get; private set; }
Visual Basic
Public Property IsAllDay As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsAllDay {
	bool get ();
	private: void set (bool value);
}

See Also