Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TIntToDateTimeNode.GetNodeValue

Internally used convert integer value to datetime

Declaration

Source position: fpexprpars.pp line 420

public procedure TIntToDateTimeNode.GetNodeValue(

  var Result: TFPExpressionResult

); override;

Arguments

Result

  

Returns the converted datetime value

Description

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).

See also

TFPExprNode

  

Class for representing nodes in expression trees


Documentation generated on: Dec 15 2025