Data.DBXDelegate.TDBXDelegateWritableValue.GetTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTimeStamp: TSQLTimeStamp; override;

C++

virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetTimeStamp();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Gets the timestamp value for timestamp data types.

Data.DBXDelegate.TDBXDelegateWritableValue.GetTimeStamp inherits from Data.DBXCommon.TDBXValue.GetTimeStamp. All content below this line refers to Data.DBXCommon.TDBXValue.GetTimeStamp.

Gets the timestamp value for timestamp data types.

Gets the timestamp value for TDBXValue instances with a data types of TDBXDataTypes. Throws a TDBXError exception if IsNull is true.

See Also