Data.DBXPlatform.TDBXPlatform.CopySqlTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure CopySqlTimeStamp(const Value: TSQLTimeStamp; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;

C++

static void __fastcall CopySqlTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copies bytes from an SQL time stamp value to a TBytes value.

The CopySqlTimeStamp static method copies bytes from Value to Dest, starting at DestOffset.

See Also