Converts a clock/calendar time to an absolute time.
#include <prtime.h> PRTime PR_ImplodeTime(const PRExplodedTime *exploded);
The function has these parameters:
exploded
An absolute time value.
This function converts the specified clock/calendar time to an absolute time and returns the converted time value.