Article: AN0001651Updated:
Data type DateTime is used for storing date and time values. The date can range from 1.1.0001 to 31.12.9999. The time can range from 00:00:00 do 23:59:59.
For a detailed list of functions and properties see data type DateTime of the .Net Frameworku on Microsoft web.
Use in scripts:
var d = new System.DateTime( 2012, 11, 24); //year, month, day
AnyFunction( d);