Gets or sets Item's scheduled end time.
Namespace: MindFusion.Scheduling
File: Item.js
JavaScript Copy Code |
---|
get endTime() {} |
DateTime. A DateTime instance that identifies the end time.
The following code creates 15 schedule items and each one ends 2 hours after the item has sterted.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var item; // add some items to the schedule items collection calendar.schedule.items.add(item); |