Data.DBXCommon.TDBXFormatter.TimestampToString
Delphi
function TimestampToString(DBXTimestampValue: TDBXTimestampValue): string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall TimestampToString(TDBXTimeStampValue* DBXTimestampValue) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXFormatter |
Description
Convert TSQLTimeStamp to String.
TimestampToString converts a TSQLTimeStamp to a String.