×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

MillisecondsFromDateTime

388 bytes added, 16:30, 5 June 2013
Created page with "Returns a numerical expression indicating the millisecond stamp of the bar. == Usage == <syntaxhighlight> MillisecondsFromDateTime(DT); </syntaxhighlight> Where DT is a Date..."
Returns a numerical expression indicating the millisecond stamp of the bar.

== Usage ==
<syntaxhighlight>
MillisecondsFromDateTime(DT);
</syntaxhighlight>
Where DT is a DateTime value.

== Example ==
<syntaxhighlight>
MillisecondsFromDateTime(DateTtime);
</syntaxhighlight>
will return 687.00 if the time stamp of the current bar is 11:57:07.687



[[Category:Date and Time Routines]]