Data.DBXDelegate.TDBXDelegateWritableValue.GetTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateWritableValue

Delphi

function GetTime: TDBXTime; override;

C++

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

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