Get the result type for integer to datetime conversion
Source position: fpexprpars.pp line 419
public function TIntToDateTimeNode.NodeType: TResultType; override; |
Returns datetime as the result type
The NodeType method returns rtDateTime to indicate that this conversion node produces datetime results. It provides type information for the expression parser to handle datetime operations correctly.