Data.DBXCommon.TDBXDate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDBXDate  = type TInt32;

C++

typedef int TDBXDate;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon


Beschreibung

Typ für TDBXDataTypes.DateType. Wird im Allgemeinen als Datumsanteil eines TTimeStamp verwendet, der als eins plus die Anzahl der Tage seit dem 01.01.0001 definiert ist.

Siehe auch