How to get current time in milliseconds? I know to use Now, but I need to get the time in milliseconds.
Now
var today : TDateTime; begin today := Now;
DateUtils.MilliSecondsBetween(Now, 0);