RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TDate Type

TDate is used to represent a date.

Pascal
TDate = type TDateTime;
C++
type TDateTime TDate;

TDate represents a special type of TDateTime value that has no decimal part. A TDate value represents the number of days that have elapsed since 12/30/1899. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!