IBX.IBSQL.TIBXSQLVAR.AsDateTime
Delphi
property AsDateTime: TDateTime read GetAsDateTime write SetAsDateTime;
C++
__property System::TDateTime AsDateTime = {read=GetAsDateTime, write=SetAsDateTime};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | IBX.IBSQL.pas IBX.IBSQL.hpp |
IBX.IBSQL | TIBXSQLVAR |
Description
Represents the XSQLVAR field's value as a TDateTime value.
Use the AsDateTime property to read the value of the field's data into an object or variable of type TDateTime, or to assign a TDateTime value to the contents of the field.