os/Time

GetLocalTime(SystemTime *)
Sleep(UInt)
time(TimeT *)TimeT
localtime(TimeT *)TMStruct *
gettimeofday(TimeVal *, TimeZone *)Int
usleep(UInt)
cover SystemTime
from:SYSTEMTIME
cover TimeT
from:time_t
cover TimeZone
from:struct timezone
cover TMStruct
from:struct tm
cover TimeVal
from:struct timeval
class Time
extends:Object
static method newTime
method init
static method microtimeLLong
static method microsecUInt
static method secUInt
static method minUInt
static method hourUInt
static method sleepSec(duration: Float)
static method sleepMilli(duration: UInt)
static method sleepMicro(duration: UInt)
stSystemTime
tvTimeVal
ttTimeT
valTMStruct *

This Page