contents   index   previous   next



Clib.time()

syntax:

Clib.time([t])

where:

t - variable to receive the time returned.

 

return:

number - integer representation of the current time.

 

description:

Returns an integer representation of the current time. The format of the time is not specifically defined except that it represents the current time, to the system's best approximation, and can be used in many other time related functions. If t is supplied then it will be set to equal the returned value.

 

 

 


Script execution