Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_LocalTimeParameters

« NSPR API リファレンス « Date and Time

指定された PRExplodedTime をローカル時間に変換するためのタイムゾーンによるずれの情報を返します。

構文

#include <prtime.h>

PRTimeParameters PR_LocalTimeParameters (
   const PRExplodedTime *gmt);

パラメータ

gmt
オフセットを計算したい時計・カレンダー時間へのポインタ。GMT を基準として記述されている必要があります。

戻り値

指定された時間でのタイムゾーンによるずれの情報を含む時間パラメータ構造体。

解説

これは、よく利用される時間パラメータのコールバック関数です。通常はこれを直接呼ばずに、PR_ExplodeTime()PR_NormalizeTime() にパラメータとして渡すことになります。

ドキュメントのタグと貢献者

 このページの貢献者: teoli, Shimono
 最終更新者: teoli,