Data.DBXCommon.TDBXTimeStampValue.SetAsDate
Delphi
procedure SetAsDate(const Value: TDBXDate); override;
C++
virtual void __fastcall SetAsDate(const TDBXDate Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | Data.DBXCommon.pas Data.DBXCommon.hpp  | 
        Data.DBXCommon | TDBXTimeStampValue | 
Description
Set value as TDBXDate representation.
Data.DBXCommon.TDBXTimeStampValue.SetAsDate inherits from Data.DBXCommon.TDBXWritableValue.SetAsDate. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsDate.
Set value as TDBXDate representation.
SetAsDate sets value as a TDBXDate representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.