tango.stdc.time

D header file for C99.

Members

Aliases

clock_t
alias clock_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time_t
alias time_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

CLOCKS_PER_SEC
anonymousenum CLOCKS_PER_SEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCKS_PER_SEC
anonymousenum CLOCKS_PER_SEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCKS_PER_SEC
anonymousenum CLOCKS_PER_SEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCKS_PER_SEC
anonymousenum CLOCKS_PER_SEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCKS_PER_SEC
anonymousenum CLOCKS_PER_SEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_strdate
char* _strdate(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_strtime
char* _strtime(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_tzset
void _tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wasctime
wchar_t* _wasctime(tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wctime
wchar_t* _wctime(time_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wstrdate
wchar_t* _wstrdate(wchar_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_wstrtime
wchar_t* _wstrtime(wchar_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asctime
char* asctime(tm* timeptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock
clock_t clock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctime
char* ctime(time_t* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
difftime
double difftime(time_t time1, time_t time0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmtime
tm* gmtime(time_t* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
localtime
tm* localtime(time_t* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mktime
time_t mktime(tm* timeptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strftime
size_t strftime(char* s, size_t maxsize, char* format, tm* timeptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time
time_t time(time_t* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsftime
size_t wcsftime(wchar_t* s, size_t maxsize, wchar_t* format, tm* timeptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

tm
struct tm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tm
struct tm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly