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