Navigation
index
modules
|
ooc v0.3.0 documentation
»
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
new
→
Time
¶
method
init
¶
static method
microtime
→
LLong
¶
static method
microsec
→
UInt
¶
static method
sec
→
UInt
¶
static method
min
→
UInt
¶
static method
hour
→
UInt
¶
static method
sleepSec
(
duration:
Float
)
¶
static method
sleepMilli
(
duration:
UInt
)
¶
static method
sleepMicro
(
duration:
UInt
)
¶
st
→
SystemTime
¶
tv
→
TimeVal
¶
tt
→
TimeT
¶
val
→
TMStruct
*
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»