Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pr_implodetime.rst
blob1426d57a7969ddc532b5356998992b4362061d38
1 PR_ImplodeTime
2 ==============
4 Converts a clock/calendar time to an absolute time.
7 Syntax
8 ------
10 .. code::
12    #include <prtime.h>
14    PRTime PR_ImplodeTime(const PRExplodedTime *exploded);
17 Parameters
18 ~~~~~~~~~~
20 The function has these parameters:
22 ``exploded``
23    A pointer to the clock/calendar time to be converted.
26 Returns
27 ~~~~~~~
29 An absolute time value.
32 Description
33 -----------
35 This function converts the specified clock/calendar time to an absolute
36 time and returns the converted time value.