Data.DBXCommon.TDBXWideStringValue.GetAsTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsTime: TDBXTime; override;

C++

virtual TDBXTime __fastcall GetAsTime();

Properties

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

Description

Get TDBXTime representation of value.

Data.DBXCommon.TDBXWideStringValue.GetAsTime inherits from Data.DBXCommon.TDBXValue.GetAsTime. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsTime.

Get TDBXTime representation of value.

GetAsTime returns a TDBXTime representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also