2012-07-01 JScript ランゲージ リファレンス、setUTCSeconds メソッド everyday JScript d = new Date(); WScript.Echo(d); d.setUTCSeconds(0); WScript.Echo(d);