Files
tubestation/docs/nspr/reference/pr_secondstointerval.rst
2022-02-02 17:19:51 +00:00

31 lines
458 B
ReStructuredText

PR_SecondsToInterval
====================
Converts standard clock seconds to platform-dependent intervals.
Syntax
------
.. code:: eval
#include <prinrval.h>
PRIntervalTime PR_SecondsToInterval(PRUint32 seconds);
Parameter
~~~~~~~~~
The function has the following parameter:
``seconds``
The number of seconds to convert to interval form.
Returns
~~~~~~~
Platform-dependent equivalent of the value passed in the ``seconds``
parameter.