Gets or sets a value indicating whether this instance is an All Day appointment.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function get_isAllDayEvent();
function set_isAllDayEvent(value);

Field Value

true if this instance is an All Day appointment; otherwise, false.

See Also