- asctime
char* asctime(tm* timeptr)
- ctime
char* ctime(time_t* timer)
- difftime
double difftime(time_t time1, time_t time0)
- gmtime
tm* gmtime(time_t* timer)
- localtime
tm* localtime(time_t* timer)
- mktime
time_t mktime(tm* timeptr)
- strftime
size_t strftime(char* s, size_t maxsize, char* format, tm* timeptr)
- time
time_t time(time_t* timer)
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.