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.

PRTimeParamFn

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

この型は、GMT で記述されたカレンダー時計からオフセットを計算して返すコールバック関数を定義しています。

構文

 #include <prtime.h> 
 
 typedef PRTimeParameters (PR_CALLBACK_DECL *PRTimeParamFn) 
    (const PRExplodedTime *gmt); 

解説

PRTimeParamFn 型は、GMT で記述された時間を与えられたら、そのときにおけるタイムゾーン情報 (GMT からのオフセットと DST のオフセット) を返すコールバック関数です。

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

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