RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsDate Property

Represents the XSQLVAR field's value as a TDateTime value.

Pascal
property AsDate: TDateTime;
C++
__property TDateTime AsDate;

Use the AsDate 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 Time portion of the TDateTime value is set to zero. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!