1
0
Fork 0
firefox/docs/nspr/reference/pr_secondstointerval.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

30 lines
453 B
ReStructuredText

PR_SecondsToInterval
====================
Converts standard clock seconds to platform-dependent intervals.
Syntax
------
.. code::
#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.