Gets or sets a value indicating whether the item is an all-day event.
Namespace: MindFusion.Scheduling
File: Item.js
SyntaxJavaScript
Copy Code
|
|---|
get allDayEvent() {} |
Boolean. true if this is a whole day event; otherwise false.
RemarksAll day events are displayed in a special header area when the Calendar displays a timetable view.
ExampleThe following code creates a new item for a birthday celebration that takes the whole present day:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; var date = p.DateTime.today(); // create a new item |
See Also