Data.DBXCommon.TDBXValue.AsTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsTime: TDBXTime read GetAsTime;

C++

__property TDBXTime AsTime = {read=GetAsTime, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

TDBXTime representation of value.

AsTime 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