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_MillisecondsToInterval

Converts standard clock milliseconds to platform-dependent intervals.

Syntax

 #include <prinrval.h>
 
 PRIntervalTime PR_MillisecondsToInterval(PRUint32 milli);

Parameter

The function has the following parameter:

milli
The number of milliseconds to convert to interval form.

Returns

Platform-dependent equivalent of the value passed in the milli parameter.

Document Tags and Contributors

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