Header: time.H
Syntax:
time_t mktime
(
struct tm * t
);
Purpose: Returns a calendar time, corresponding with the contents of the tm structure pointed to by t. If the conversion was successful, the contents of the tm structure are filled as if a localtime were performed.
|
|
|