Data.DBXDBReaders.TDBXDataSetRow.SetTimestampOffset
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
Delphi
procedure SetTimestampOffset(DbxValue: TDBXTimeStampOffsetValue;
var Value: TSQLTimeStampOffset); override;
C++
virtual void __fastcall SetTimestampOffset(Data::Dbxcommon::TDBXTimeStampOffsetValue* DbxValue, Data::Sqltimst::TSQLTimeStampOffset &Value);
Description
Sets the value of the field specified by DbxValue to the TSQLTimeStampOffset value specified by Value.
If the DataType property of the DbxValue parameter is DateTimeType, Value is first converted to TDateTime.