Convert float value to datetime
Source position: fpexprpars.pp line 429
public procedure TFloatToDateTimeNode.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the converted datetime value |
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.