Initializes a new instance of the Location class.
Namespace: MindFusion.Scheduling
Assembly: Location.js
JavaScript
![]() |
---|
function Location () |
The following code creates a new Location and adds it to the list with locations of a calendar schedule.
JavaScript
![]() |
---|
var p = MindFusion.Scheduling; location = new p.Location(); |