mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
	
		
			472 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			472 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PR_MillisecondsToInterval
 | 
						|
=========================
 | 
						|
 | 
						|
Converts standard clock milliseconds to platform-dependent intervals.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
    #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.
 |