Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Time Methods >

Clib.clock() Method


This method returns the current processor tick count.

Syntax

Clib.clock()

Returns

The current processor tick count.

Usage

The count starts at 0 when the Siebel application starts running and is incremented the number of times per second determined by the operating system.

Siebel eScript Language Reference