totn C Functions

C Language: Standard Library Functions - time.h

In the C Programming Language, the Standard Library Functions are divided into several header files.

The following is a list of functions found within the <time.h> header file:

Time Conversion functions

asctimeConvert Date and Time to ASCII
ctimeConvert Date and Time to String
gmtimeConvert to Greenwich Mean Time
localtimeConvert to Local Time
mktimeConvert to Calendar Time
strftimeWrite Formatted Date and Time to String

Time Manipulation functions

clockProcessor Clock
difftimeTime Difference
timeCurrent Time