Data.DBXCommon.TDBXDate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXDate  = type TInt32;

C++

typedef int TDBXDate;

Description

Type for TDBXDataTypes.DateType. Generally used as the Date portion of a TTimeStamp which is defined as one plus the number of days since 1/1/0001.

See Also