win32.stdc.time

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <_time.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

Members

Aliases

clock_t
alias clock_t = c_long
time_t
alias time_t = c_long

Functions

_strdate
char* _strdate(char* s)
_strtime
char* _strtime(char* s)
_tzset
void _tzset()
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.
tzset
void tzset()

Static variables

tzname
const(char)*[2] tzname;

Structs

tm
struct tm

Variables

CLOCKS_PER_SEC
enum clock_t 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.

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Standards

ISO/IEC 9899:1999 (E) Automatically imported and edited from the druntime module core.sys.windows.stdc.time for the auto-generated win32 package.

Authors

Sean Kelly, Alex Rønne Petersen