RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetTimeStamp Method

Gets the timestamp value for timestamp data types.

Pascal
function GetTimeStamp: TSQLTimeStamp; virtual;
C++
virtual __fastcall TSQLTimeStamp GetTimeStamp();

Gets the timestamp value for TDBXValue instances with a data types of TimeStampType. Throws a TDBXError exception if IsNull is true. 

 

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