contents   index   previous   next



Clib.difftime()

syntax:

Clib.difftime(timeInt0, timeInt1)

where:

timeInt0 - an integer time value.

 

timeInt1 - an integer time value.

 

return:

number - difference between two times, in seconds.

 

description:

This method returns the difference in seconds between two times. timeInt0 and timeInt1 are integral time values as returned by the Clib.time() function.

 

 


Clib.gmtime()