Search
Schedule.getLocations Method
See Also
 






Gets all locations defined in the Schedule.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ResourceList<Location> getLocations ()

 Return Value

An instance of the ResourceList class containing all locations associated with this schedule.

 Remarks

Add locations to this collection before assigning them to schedule items.

 See Also