int Seconds( )
Returns the amount of seconds elapsed from the beginning of the current minute of the last known server time by the moment of the program start (this value will not change within the time of the program execution).
プログラムを開始したときに、最後に知り得たサーバー時刻の現在の分の始めから経過した秒の量を返します。(この値は、プログラム実行の時間内では、変化しません。)
Sample:
サンプル:
1 2 | if(Seconds()<=15) return(0); |