Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_IntervalToMicroseconds

Converts platform-dependent intervals to standard clock microseconds.

Syntax

 #include <prinrval.h>
 
 PRUint32 PR_IntervalToMicroseconds(PRIntervalTime ticks);

Parameter

ticks
The number of platform-dependent intervals to convert.

Returns

Equivalent in microseconds of the value passed in the ticks parameter.

Description

Conversion may cause overflow, which is not reported.

Document Tags and Contributors

 Contributors to this page: teoli, Sheppy
 Last updated by: teoli,