+1 888 340 6572

DateTime2ELTime: Difference between revisions

From MultiCharts
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
Line 3: Line 3:
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.  
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.  
   
   
http://www.buyxanaxonlinepill.com/ order xanax no prescription - buy generic xanax online
==== Usage ====
<syntaxhighlight>DateTime2ELTime(DateTime)</syntaxhighlight>


http://www.buyxanaxonlinepill.com/ buy cheap xanax online - xanax to buy
Where: [[DateTime]] - a double-precision decimal DateTime value
 
==== Example ====
<syntaxhighlight>DateTime2ELTime(39449.65625000)  will return a value of 1545, indicating 3:45 PM </syntaxhighlight>
 
 
 
[[Category:Date and Time Routines]]

Revision as of 12:42, 13 February 2012

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 January 1st, 1900, 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

Example

DateTime2ELTime(39449.65625000)  will return a value of 1545, indicating 3:45 PM