Gets or sets a value indicating whether the item represents an all day event.
Namespace: MindFusion.Scheduling
File: Item.js
JavaScript Copy Code |
---|
get allDayEvent() {} |
Boolean. true if this is a whole day event; otherwise false.
The 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 |