NWUnpackTime
Unpacks a packed time into the passed structure
#include <nwmisc.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY (void) NWUnpackTime (
nuint16 time,
NW_TIME N_FAR *sTime);
#include <nwmisc.inc>
Procedure NWUnpackTime
(time : nuint16;
Var sTime : NW_TIME
);
The bits are defined as follows:
0-4 Seconds divided by two 5-10 Minutes 11-15 Hours (0-23)
NWPackDate, NWPackDateTime, NWPackTime, NWUnpackDate, NWUnpackDateTime