Data.DBXMemoryRow.TDBXMemoryRow.SetTimestamp
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
Delphi
procedure SetTimestamp(DbxValue: TDBXTimeStampValue;
var Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetTimestamp(Data::Dbxcommon::TDBXTimeStampValue* DbxValue, Data::Sqltimst::TSQLTimeStamp &Value);
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.