IBX.IBSQL.TIBXSQLVAR.AsTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsTime: TDateTime read GetAsDateTime write SetAsTime;

C++

__property System::TDateTime AsTime = {read=GetAsDateTime, write=SetAsTime};

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 AsTime 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. The Date portion of the field is set to zero.