DateTime

DateTime (the EasyLanguage keyword, not the EasyLanguage class of the same name) is a double precision decimal value that represents the combination of a Julian date value and a fraction that represents the time. The format is day.time. The whole number portion of DateTiime is the date portion (using December 30, 1899 as day 0) and the decimal portion represents the time that transpired during the day (starting at midnight). For example, the DateTime of the 12:00:00 PM bar of 11/01/2002 will is 37561.50000. See also DateTime (class).