Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C Library Reference - these functions are concerned with dates and times. the following functions http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions are concerned with dates and times.  The following functions
are defined:

asctime
    makes time string from time structure

_asctime (see asctime)
    makes time string from time structure

_wasctime (see asctime)
    makes time string from time structure

__wasctime (see asctime)
    makes time string from time structure

clock
    gets time since program start

ctime
    gets calendar time string

_ctime (see ctime)
    gets calendar time string

_wctime (see ctime)
    gets calendar time string

__wctime (see ctime)
    gets calendar time string

difftime
    calculate difference between two times

ftime
    returns the current time in a "timeb" structure

gmtime
    convert calendar time to Coordinated Universal Time (UTC)

_gmtime (see gmtime)
    convert calendar time to Coordinated Universal Time (UTC)

localtime
    convert calendar time to local time

_localtime (see localtime)
    convert calendar time to local time

mktime
    make calendar time from local time

_strdate
    return date in buffer

strftime
    format date and time

wcsftime (see strftime)
    format date and time

_wstrftime_ms (see strftime)
    format date and time

_strtime
    return time in buffer

_wstrtime (see _strtime)
    return time in buffer

time
    get current calendar time

tzset
    set global variables to reflect the local time zone

_wstrdate (see _strdate)
    return date in buffer

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson