Data.DBXDBReaders.TDBXDataSetRow.SetTimestampOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTimestampOffset(DbxValue: TDBXTimeStampOffsetValue;
var Value: TSQLTimeStampOffset); override;

C++

virtual void __fastcall SetTimestampOffset(Data::Dbxcommon::TDBXTimeStampOffsetValue* DbxValue, Data::Sqltimst::TSQLTimeStampOffset &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow

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.

See Also