Data.DBXCommon.TDBXTimeStampValue.SetTimeStamp
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXTimeStampValue |
Delphi
procedure SetTimeStamp(const Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value);
Description
Sets the timestamp value for timestamp data types.
Sets the timestamp value for TDBXValue instances with a data types of TimeStampType.