1
0
Fork 0
firefox/docs/nspr/reference/pr_implodetime.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

36 lines
509 B
ReStructuredText

PR_ImplodeTime
==============
Converts a clock/calendar time to an absolute time.
Syntax
------
.. code::
#include <prtime.h>
PRTime PR_ImplodeTime(const PRExplodedTime *exploded);
Parameters
~~~~~~~~~~
The function has these parameters:
``exploded``
A pointer to the clock/calendar time to be converted.
Returns
~~~~~~~
An absolute time value.
Description
-----------
This function converts the specified clock/calendar time to an absolute
time and returns the converted time value.