×

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

Changes

Jump to navigation Jump to search

DateTime2ELTime s

157 bytes added, 12:46, 19 February 2012
no edit summary
Returns a numerical value indicating the time, including seconds, from the specified DateTime value. The time is indicated in the 24-hour ''HHmmss '' format, where 130000 = 1:00:00 PM.
The integer portion of the DateTime value specifies the number of days since January 1st, 1900, and the fractional portion of the DateTime value specifies the fraction of the day since midnight.
==== Usage ====
<syntaxhighlight>DateTime2ELTime_s (DateTime)</syntaxhighlight>
Where: [[DateTime]] - a double-precision decimal DateTime value
:'''DateTime''' - a double-precision decimal DateTime value. ==== Example ==Notes ==<syntaxhighlight>DateTime2ELTime_s(39449.646354167) will return * Use [[ELTimeToDateTime_s]] or [[ELTimeToDateTime]] to convert a DateTime value to PowerLanguage's default time format of 153045, indicating 3130000 for 1:3000:45 00 PM </syntaxhighlight> .
== Example ==
<syntaxhighlight>DateTime2ELTime_s(39449.646354167)</syntaxhighlight>
Will return a value of 153045, indicating 3:30:45 PM.
[[Category:Date and Time Routines]]

Navigation menu