1 NAME
2 millitime - return the current time in milliseconds
3
4 SYNOPSIS
5 mixed *millitime()
6
7
8 DESCRIPTION
9 Return the current time as an array ({ time, fraction }), where time
10 is an integer denoting the current time in seconds, and fraction is
11 a float in range [0.0 .. 1.0>, denoting the fraction of the current
12 second that has passed, with a resolution of 0.001.
13
14 SEE ALSO
15 kfun/time, kfun/ctime
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.