Data.DBXMemoryRow.TDBXMemoryRow.GetTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTimeStamp(DbxValue: TDBXTimeStampValue;
var Value: TSQLTimeStamp; var IsNull: LongBool); override;

C++

virtual void __fastcall GetTimeStamp(Data::Dbxcommon::TDBXTimeStampValue* DbxValue, Data::Sqltimst::TSQLTimeStamp &Value, System::LongBool &IsNull);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Gets the highly accurate date-time value for the TSQLTimeStamp data types.

GetTimeStamp gets the highly accurate date-time value for TDBXMemoryRow instances of a data type stored as TSQLTimeStamp.

See Also