Initializes a new instance of the Item class.
Namespace: MindFusion.Scheduling
Assembly: Item.js
SyntaxJavaScript
Copy Code
|
|---|
function Item () |
ExampleThe 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); |
See Also