API:Data.DBXCommon.TDBXTimeStampValue.GetTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXTimeStampValue

Delphi

function GetTimeStamp: TSQLTimeStamp; override;

C++

virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetTimeStamp();

Description

Gets the timestamp value for timestamp data types.

Data.DBXCommon.TDBXTimeStampValue.GetTimeStamp inherits from Data.DBXCommon.TDBXValue.GetTimeStamp. All content below this line refers to Data.DBXCommon.TDBXValue.GetTimeStamp.

Gets the timestamp value for timestamp data types.

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

See Also