True for all-day events.

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

Syntax

C#
public bool IsAllDay { get; internal set; }
Visual Basic (Declaration)
Public Property IsAllDay As Boolean
Visual C++
public:
property bool IsAllDay {
	bool get ();
	void set (bool value);
}

See Also