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