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

TFPConstExpression.CreateDateTime

Create constant expression with datetime value

Declaration

Source position: fpexprpars.pp line 478

public constructor TFPConstExpression.CreateDateTime(

  AValue: TDateTime

);

Arguments

AValue

  

The datetime value for the constant

Description

The CreateDateTime constructor creates a new constant expression node that holds a datetime value. The datetime constant can be used in expressions for date/time arithmetic, comparisons, and function parameters that expect datetime arguments.


Documentation generated on: Dec 15 2025