Aus der Formulierung "TDate represents a special type of TDateTime value that has no decimal part" hatte ich geschlossen, dass tDate - im Gegensatz zu tDateTime - ein Integerwert ist.
Das wiederum ist nicht sooo ganz neu.
Zitat:
Der Typ TDate wird für ein Datum verwendet.
Unit
Controls
Delphi-Syntax:
type TDate = type TDateTime;
C++ Syntax:
typedef System::TDateTime TDate;
Beschreibung
TDate entspricht einem speziellen Typ von TDateTime-Wert ohne Dezimalangaben. Ein TDate-Wert gibt die Anzahl der Tage seit dem 30.12.1899 an.
aus der
OH für D7
Gruß
K-H