Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 506 B image not shown  

Quelle  pr_intervaltomilliseconds.rst   Sprache: unbekannt

 
PR_IntervalToMilliseconds
=========================

Converts platform-dependent intervals to standard clock milliseconds.


Syntax
------

.. code::

    #include <prinrval.h>

    PRUint32 PR_IntervalToMilliseconds(PRIntervalTime ticks);


Parameter
~~~~~~~~~

``ticks``
   The number of platform-dependent intervals to convert.


Returns
~~~~~~~

Equivalent in milliseconds of the value passed in the ``ticks``
parameter.


Description
-----------

Conversion may cause overflow, which is not reported.

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]