概述
入门
参与 Firefox 开发
Firefox 用户指南
源码文档
Firefox 构建系统
测试 & 测试基础设施
发布 & 更新
本地化 & 国际化
Firefox 和 Python
Firefox 中收集的指标
将时钟/日历时间转换为绝对时间。
#include <prtime.h> PRTime PR_ImplodeTime(const PRExplodedTime *exploded);
该函数具有以下参数
exploded
指向要转换的时钟/日历时间的指针。
一个绝对时间值。
此函数将指定的时钟/日历时间转换为绝对时间,并返回转换后的时间值。