core.stdc.time

D header file for C99.

Functions 8

fndouble difftime(time_t time1, time_t time0) pure extern(C) @trusted nothrow @nogc
fntime_t mktime(scope tm * timeptr) @system extern(C) @trusted nothrow @nogc
fntime_t time(scope time_t * timer) extern(C) @trusted nothrow @nogc
fnchar * asctime(const scope tm * timeptr) @system extern(C) @trusted nothrow @nogc
fnchar * ctime(const scope time_t * timer) @system extern(C) @trusted nothrow @nogc
fntm * gmtime(const scope time_t * timer) @system extern(C) @trusted nothrow @nogc
fntm * localtime(const scope time_t * timer) @system extern(C) @trusted nothrow @nogc
fnsize_t strftime(scope char * s, size_t maxsize, const scope char * format, const scope tm * timeptr) @system extern(C) @trusted nothrow @nogc