core.sys.windows.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()
tzset
void tzset()

Static variables

tzname
const(char)*[2] tzname;

Structs

tm
struct tm

Meta

License

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

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly, Alex Rønne Petersen