×

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.

Changes - MultiCharts
Open main menu

Changes

YearFromDateTime

610 bytes added, 13:46, 19 January 2012
Created page with "Returns a numerical value indicating the year for the specified DateTime value. The integer portion of the DateTime value specifies the number of days since January 1st, 190..."
Returns a numerical value indicating the year for the specified DateTime value.

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 ====
<syntaxhighlight>YearFromDateTime(DateTime)</syntaxhighlight>

Where: [[DateTime]] - a double-precision decimal DateTime value

==== Example ====
<syntaxhighlight>YearFromDateTime(39449.25000000) will return a value of 2008, indicating the year of 2008</syntaxhighlight>

[[Category:Date and Time Routines]]
Anonymous user