Creates a new window timer asociated with the system events window.
[Visual Basic] Public Shared Function CreateTimer( _ ByVal interval As Integer _ ) As Integer [C#] public static int CreateTimer( int interval ); [C++] public: static int CreateTimer( int interval ); [JScript] public static function CreateTimer( interval : int ) : int;
The id of the timer created.
SystemEvents Class | SystemEvents Members | System.Core Namespace