blob: 1426d57a7969ddc532b5356998992b4362061d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
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.
|