Converts platform-dependent intervals to standard clock milliseconds.
#include <prinrval.h> PRUint32 PR_IntervalToMilliseconds(PRIntervalTime ticks);
ticks
Equivalent in milliseconds of the value passed in the ticks
parameter.
Conversion may cause overflow, which is not reported.