From EDM2
FTIME
Time data structure for file-system functions.
Type
USHORT twosecs:5
USHORT minutes:6
USHORT hours:5
C Declaration Method
typedef struct
Fields
twosecs:5 Binary number of two-second increments.
minutes:6 Binary number of minutes.
hours:5 Binary number of hours.
Back to OS/2 API