FireDAC.Stan.Param.TFDParam.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 TFDParam

Description

Specifies the value of a TFDParam when it represents a TDateTime.

The AsDateTime property represents the TDateTime value of a TFDParam object.

Setting the AsDateTime property sets the DataType property to ftDateTime.

See Also