Data.DBXCommon.TDBXTimeValue.GetTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTime: TDBXTime; override;

C++

virtual TDBXTime __fastcall GetTime();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXTimeValue

Description

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.