メソッド Type method
Dateオブジェクト.getUTCMilliseconds() Format Date object. GetUTCMilliseconds ()
Commentary
協定世界時のミリ秒を返します。 Returns the milliseconds in Universal Coordinated Time.
サンプルコード Sample code
dateObj = new Date(); dateObj = new Date ();
n = dateObj.getUTCMilliseconds(); n = dateObj.getUTCMilliseconds ();
outputs[0] = n; outputs [0] = n;