int TimeSeconds(datetime time)
Returns the amount of seconds elapsed from the beginning of the minute for the specified time.
指定された時刻の分の初めから経過した秒の量を返します。
Parameters:
パラメータ:
|
Sample:
サンプル:
1 |
int m=TimeSeconds(TimeCurrent()); |