Search
Location.setCity Method
See Also
 






Sets the city of this location.

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

 Syntax

Java  Copy Code

public void setCity (
    String value
)

 Parameters

value

A string specifying the city where this location is located. The default is an empty string.

 See Also