Data.DBXDelegate.TDBXDelegateWritableValue.GetTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTime: TDBXTime; override;

C++

virtual Data::Dbxcommon::TDBXTime __fastcall GetTime();

Properties

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

Description

Gets the time value for time data types.

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

Gets the time value for time data types.

Gets the time value for TDBXValue instances with a data type of TimeType. Throws a TDBXError exception if IsNull is true.

See Also