how to get mili seconds?

 

Hi,


i konw there is a possibility to get the current time in mili seconds but i can't remeber how....

 
Babyfr3ss3r:

Hi,


i konw there is a possibility to get the current time in mili seconds but i can't remeber how....


datetime TimeCurrent()
Returns the last known server time (time of incoming of the latest quote) as number of seconds elapsed from 00:00 January 1, 1970.

Having in mind that 1 second = 1000 miliseconds you have to multiply the seconds by 1000.


 
 

thanks for the fast help ;)

Reason: