tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pr_implodetime.rst (509B)


      1 PR_ImplodeTime
      2 ==============
      3 
      4 Converts a clock/calendar time to an absolute time.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prtime.h>
     13 
     14   PRTime PR_ImplodeTime(const PRExplodedTime *exploded);
     15 
     16 
     17 Parameters
     18 ~~~~~~~~~~
     19 
     20 The function has these parameters:
     21 
     22 ``exploded``
     23   A pointer to the clock/calendar time to be converted.
     24 
     25 
     26 Returns
     27 ~~~~~~~
     28 
     29 An absolute time value.
     30 
     31 
     32 Description
     33 -----------
     34 
     35 This function converts the specified clock/calendar time to an absolute
     36 time and returns the converted time value.