Initializes a new instance of the Location class.
Namespace: MindFusion.Scheduling
File: Location.js
JavaScript Copy Code |
---|
function Location () |
The following code creates a new Location and adds it to the list with locations of a calendar schedule.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; location = new p.Location(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |