Initializes a new instance of the Item class.
Namespace: MindFusion.Scheduling
File: Item.js
JavaScript Copy Code |
---|
function Item () |
The following code creates 15 schedule Items and adds them to the items collection of a schedule.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var item; // add some items to the schedule items collection calendar.schedule.items.add(item); |