pike.ida.liu.se
Search for
Home > Docs > Pike reference

[Top]
System
System.Time

System.Time

Description

The current time as a structure containing a sec and a usec member.


int System.Time.sec
int System.Time.usec

Description

The number of seconds and microseconds since the epoch and the last whole second, respectively. (See also time() )

Please note that these variables will continually update when they are requested, there is no need to create new Time() objects.


Variable usec_full

int System.Time.usec_full

Description

The number of microseconds since the epoch. Please note that pike has to have been compiled with bignum support for this variable to contain sensible values.

Module reference for Pike v7.8 release 116, 2008-12-31