UTC

メソッド Type method
Date.UTC(年,月,日,時,分,秒) Format Date.UTC (year, month, day, hour, minute, second)
Commentary
指定日時までのミリ秒を返します。 Returns the milliseconds until the specified date.
サンプルコード Sample code
str = Date.UTC(2006,2,15,9,35,20); str = Date.UTC (2006,2,15,9,35,20);
outputs[0] = str; outputs [0] = str;