getSeconds()

種  類
メソッド
バージョン
2.0

書  式
Dateオブジェクト.getSeconds()

解  説
getSecondsは秒数を返します。

コード
s = (new Date()).
getSeconds();
Console.clear();
Console.write(s,"\n");


■サンプルスクリプトをダウンロードする >>.zip