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