File time.icn |
$Id: time.icn,v 1.6 2006-07-10 13:44:28 rparlett Exp $ This file is in the public domain. Author: Robert Parlett (parlett@dial.pipex.com)
This file is part of the util package.
Source code.Details |
Procedures: |
Get the current time as a {Time} object @param z an optional {Timezone}. If omitted, the system timezone is used.
Initialize global data
Return the current time of day from the system clock, in milliseconds.
Convert a month string to an month number, eg "feb"->2
Sleep for n milliseconds. This is for backward compatibility; use the built-in function delay() instead.
Global variables: |