The following functions, macros, and classes are provided in sys\timeb.h:
Name |
Description |
Header File sys\timeb.h Category Time and Date Routines Prototype void ftime(struct timeb *buf) Description Stores current time in timeb structure. On UNIX platforms ftime is available only on System V systems. ftime determines the current time and fills in the fields in the timeb structure pointed to by buf. The timeb structure contains four fields: time, millitm, _timezone, and dstflag: struct timeb { long time ; short millitm ; short _timezone ; short dstflag ; };
|
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|