Home > Electronics Tutorials > C Language Tutorial > time.h - time.h

C Language Programming Library Reference Guide

time.h - time.h

The time header provides several functions useful for reading and converting the current time and date. Some functions behavior is defined by the LC_TIME category of the location setting.

Macros:

NULL
CLOCKS_PER_SEC
Variables: typedef size_t
typedef clock_t
typedef size_t
struct tm
Functions: asctime();
clock();
ctime();
difftime();
gmtime();
localtime();
mktime();
strftime();
time();
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......