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

TFloatToDateTimeNode.GetNodeValue

Convert float value to datetime

Declaration

Source position: fpexprpars.pp line 429

public procedure TFloatToDateTimeNode.GetNodeValue(

  var Result: TFPExpressionResult

); override;

Arguments

Result

  

Returns the converted datetime value

Description

The GetNodeValue method converts a floating-point value to a datetime value using the Pascal datetime encoding. The integer part represents days since the base date, and the fractional part represents the time portion of the day.


Documentation generated on: Dec 15 2025