SetTimer method

Applies to

Syntax

This method allows you to set a timer which causes the AppTimer event to occur at the specified interval. The interval is specified in seconds. If the interval is zero the timer will be disabled.

object.SetTimer( Interval As Long)

Part

Description

object

An expression evaluating to an object listed in the 'Applies to' table above.

Interval

A long value.