Gets or sets Item's scheduled start time.
Namespace: MindFusion.Scheduling
File: Item.js
The following code creates 15 schedule Item-s and each one starts 2 minutes after the present date.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var item; // add some items to the schedule items collection calendar.schedule.items.add(item); |