Util.Weather Property

 Util.Weather  (read-only, Object)
 
The ACP Weather object (static)

Syntax

Util.Weather

The property syntax has these parts:

Part Description
Value (Object) The ACP Weather object (static)

Remarks

Represents the ACP Weather server.

You cannot create an instance of the Weather object directly. Only one Weather exists. ACP includes Weather in the name spaces of both its scripting engine and its ASP page engine, thus you normally do not have to use this property of Util to access Weather. This one and only instance is created internally by ACP, and is available ro external API clientd via this property of the Util object. If you create multiple Util objects, they will all share the same instance of Weather. For more information see the Weather object and its methods and properties.