std.c.time
C's <time.h>
Authors:
Walter Bright, Digital Mars, http://www.digitalmars.com
License:
Public Domain
Variables
altzone
:
int
const
CLK_TCK
:
int
const
CLOCKS_PER_SEC
:
int
daylight
:
int
const
TIMEOFFSET
:
uint
timezone
:
int
tzname
:
char
*[2]
Aliases
clock_t
:
int
time_t
:
int
Functions
char
*
_strdate
(
char
*
dstring
)
char
*
_strtime
(
char
*
timestr
)
void
_tzset
()
wchar
*
_wasctime
(
tm
*
)
wchar
*
_wctime
(
int
*
)
wchar
*
_wstrdate
(
wchar
*
)
wchar
*
_wstrtime
(
wchar
*
)
char
*
asctime
(
tm
*
)
int
clock
()
char
*
ctime
(
int
*
)
double
difftime
(
int
t1
,
int
t2
)
tm
*
gmtime
(
int
*
)
tm
*
localtime
(
int
*
)
int
mktime
(
tm
*
)
void
msleep
(
uint
)
void
sleep
(
int
)
uint
strftime
(
char
*
,
uint
,
char
*
,
tm
*
)
int
time
(
int
*
)
void
tzset
()
void
usleep
(
uint
)
uint
wcsftime
(
wchar
*
,
uint
,
wchar
*
,
tm
*
)
Structs
tm
Fields
tm_hour
:
int
tm_isdst
:
int
tm_mday
:
int
tm_min
:
int
tm_mon
:
int
tm_sec
:
int
tm_wday
:
int
tm_yday
:
int
tm_year
:
int