ELTimeToDateTime (Reserved Word)
This reserved word returns a double-precision decimal expression representing the specified EL time value.
ELTimeToDateTime(eTime);
Where eTime is a numeric expression representing the time in EasyLanguage HHMM 24-hour format.
Remarks
If a specific time is entered, it must be a valid time in 24-hour military format.
Examples
Value1 = ELTimeToDateTime(2152); // returns a value of .911111 that represents the specified EL time of 9:52pm.