Data.DBXCommon.TDBXWideStringValue.GetAsTime

From RAD Studio API Documentation

Delphi

function GetAsTime: TDBXTime; override;

C++

virtual TDBXTime __fastcall GetAsTime(void);

Properties

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

Description

Get TDBXTime representation of value. {{#multireplace:Data.DBXCommon.TDBXWideStringValue.GetAsTime|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetAsTime|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetAsTime|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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