core.sys.windows.stdc.time

D header file for C99.

Types 3

structtm
Fields
int tm_sec
int tm_min
int tm_hour
int tm_mday
int tm_mon
int tm_year
int tm_wday
int tm_yday
int tm_isdst
aliastime_t = c_long
aliasclock_t = c_long

Functions 5

fnclock_t clock() extern(C) @trusted nothrow @nogc
fnvoid tzset() extern(C) @trusted nothrow @nogc
fnvoid _tzset() extern(C) @trusted nothrow @nogc
fnchar * _strdate(return scope char * s) @system extern(C) @trusted nothrow @nogc
fnchar * _strtime(return scope char * s) @system extern(C) @trusted nothrow @nogc

Variables 2

enumvarCLOCKS_PER_SEC = 1000
varconst(char) *[2] tzname