Name GetConnectDuration
Type Method
Summary Returns the number of seconds this world has been connected.
Prototype long GetConnectDuration();
Description Returns the number of seconds the world has been connected, or zero if the world is not currently connected.
VBscript example
world.note world.GetConnectDuration
Jscript example
world.note(world.GetConnectDuration());
PerlScript example
$world->note($world->GetConnectDuration());
Returns The number of seconds this world has been connected.

See also ...