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