Data.DBXMemoryRow.TDBXMemoryRow.GetTimeStamp
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
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);
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.