Search
Location.setZipCode Method
See Also
 






Sets the ZIP code of this location.

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

 Syntax

Java  Copy Code

public void setZipCode (
    String value
)

 Parameters

value

A string containing the location's ZIP code. The default is an empty string.

 See Also