Data.DBXCommon.TDBXWritableValue.AsTime
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsTime: TDBXTime read GetAsTime write SetAsTime;
C++
__property TDBXTime AsTime = {read=GetAsTime, write=SetAsTime, nodefault};
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.