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

TFPExprIdentifierDef.AsDateTime

Get identifier value as datetime

Declaration

Source position: fpexprpars.pp line 543

public property TFPExprIdentifierDef.AsDateTime : TDateTime
  read GetAsDateTime
  write SetAsDateTime;

Description

The AsDateTime property returns the identifier's value converted to a date/time value. If the identifier represents a variable, it retrieves the current value; if it represents a function, it calls the function and returns the result converted to datetime format.


Documentation generated on: Dec 15 2025