◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <time.h> Syntax: time_t mktime( struct tm *timeptr ); Returns: the encoded calendar time if successful, or -1 if not. See also: asctime, gmtime, localtime, time -♦-