FireDAC.Stan.Param.TFDMacro.AsDateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDateTime: TDateTime read GetAsDateTime write SetAsDateTime;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDMacro

Description

Specifies the value of the TFDMacro when it represents a date-time literal.

The AsDateTime property returns a TDateTime representation of the value. In the final SQL command text, the value will be expanded into a SQL date-time literal, depending on the target DBMS SQL syntax.

See Also