Data.DBXCommon.TDBXDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBXDate  = type TInt32;

C++

typedef int TDBXDate;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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