Internally used convert integer value to datetime
Source position: fpexprpars.pp line 420
public procedure TIntToDateTimeNode.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the converted datetime value |
The GetNodeValue method converts an integer value to a datetime value using the standard Pascal datetime encoding. The integer is interpreted as the number of days since the base date (typically December 30, 1899).
|
Class for representing nodes in expression trees |