Siebel eScript Language Reference > Siebel eScript Commands >

The Clib Object Time Methods


In the methods listed in Table 38, Time represents a variable in the Time object format, while timeInt represents an integer time value.

The Clib object supports the following time methods.

Table 38. Time Methods and the Objects They Return

Method

Object Returned

Clib.asctime() Method

Time

Clib.clock() Method

CPU tick count

Clib.div() Method and Clib.ldiv() Method

timeInt

Clib.difftime() Method

timeInt

Clib.gmtime() Method

timeInt

Clib.localtime() Method

timeInt

Clib.mktime() Method

Time

Clib.strftime() Method

Time

Clib.tmpnam() Method

timeInt

Siebel eScript Language Reference