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()); |
指定された時刻の分の初めから経過した秒の量を返します。
パラメータ:
|
サンプル:
1 | int m=TimeSeconds(TimeCurrent()); |
2 people found this article useful
2 people found this article useful