Data.DBXCommon.TDBXTimeStampValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXTimeStampValue

Delphi

TDBXTimeStampValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXTimeStampValue : public TDBXWritableValue

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Implementation of writable timestamp values.

TDBXTimeStampValue is an implementation of TDBXWritableValue for TDBXDataTypes.TimeStampType values.

Tip: When transmitting a TDateTime parameter over DataSnap between a client and a server, there is no UTC conversion between different time zones. If you want to transmit the local time, then you need to add additional parameters to represent the time zone explicitly.