Data.DBXMemoryRow.TDBXMemoryRow.SetTimestamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTimestamp(DbxValue: TDBXTimeStampValue;  var Value: TSQLTimeStamp); override;

C++

virtual void __fastcall SetTimestamp(Data::Dbxcommon::TDBXTimeStampValue* DbxValue, Data::Sqltimst::TSQLTimeStamp &Value);

Properties

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

Description

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

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

See Also