Specifies data that identifies a location.
Namespace: MindFusion.Scheduling
File: Location.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
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(); |
Inheritance HierarchyMindFusion.Scheduling.Resource
MindFusion.Scheduling.Location
See Also