×

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.

DateTime2ELTime - MultiCharts
Open main menu

DateTime2ELTime

Revision as of 13:33, 15 February 2023 by KateMultiCharts (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value indicating the time from the specified DateTime value. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

The integer portion of the DateTime value specifies the number of days since December 30th, 1899, and the fractional portion of the DateTime value specifies the fraction of the day since midnight.

Usage

DateTime2ELTime(DateTime)

Where:

DateTime - a double-precision decimal DateTime value.

Notes

Example

DateTime2ELTime(39449.65625000)

Will return a value of 1545, indicating 3:45 PM.