×

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

DateTimeToString Ms

408 bytes added, 15:06, 5 June 2013
Created page with "Returns a string value indicating date and time of a bar with millisecond precision. '''Usage''' <syntaxhighlight> datetimetostring_ms(DT) </syntaxhighlight> where ''DT'' is ..."
Returns a string value indicating date and time of a bar with millisecond precision.

'''Usage'''
<syntaxhighlight>
datetimetostring_ms(DT)
</syntaxhighlight>
where ''DT'' is DateTime value.

'''Example'''
<syntaxhighlight>
datetimetostring_ms(DateTime)
</syntaxhighlight>
will return a string value corresponding to the time and time of the current bar
“5/28/2013 08:41:11.871”

[[Category:DateTime]]