Difference between revisions of "DateTime"

From MultiCharts
Jump to navigation Jump to search
(Created page with "The integer portion of the DateTime value indicates the number of days that have elapsed since January 1st, 1900, and the fractional portion of the DateTime value indicates th...")
 
Line 2: Line 2:
 
DateTime is a double-precision decimal value. It allows accessing millisecond time stamps of the bar.
 
DateTime is a double-precision decimal value. It allows accessing millisecond time stamps of the bar.
  
'''Usage'''
+
==Usage==
  
 
<syntaxhighlight>
 
<syntaxhighlight>
Line 8: Line 8:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
'''Example'''
+
==Example==
  
 
DateTime will return 41422.74 for 5/28/2013 08:41:11.813  
 
DateTime will return 41422.74 for 5/28/2013 08:41:11.813  
  
[[Category:DateTime]]
+
[[Category:DateTime]][[Category:Data Information/General]]

Revision as of 22:10, 27 February 2017

The integer portion of the DateTime value indicates the number of days that have elapsed since January 1st, 1900, and the fractional portion of the DateTime value indicates the fraction of the day that has passed since midnight. DateTime is a double-precision decimal value. It allows accessing millisecond time stamps of the bar.

Usage

DateTime

Example

DateTime will return 41422.74 for 5/28/2013 08:41:11.813