Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FTIME
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
typedef struct _FTIME {         /* ftime */
    unsigned twosecs : 5;
    unsigned minutes : 6;
    unsigned hours   : 5;
} FTIME;
 
Member   Description
────────────────────────────────────────────────────────────────────────────
 
twosecs  Specifies the seconds as if divided by 2. It must be in the range 0
         to 29. A value of 1 represents 2 seconds, a value of 29 represents
         59 seconds.
 
minutes  Specifies the minute in the hour. It must be a value in the range 0
         to 59.
 
hours    Specifies the hour in the day. It must be a value in the range 0 to
         23.
 
See Also
 
LFNFindFirst, FILEFINDBUF2