RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDate Type

TDate is used to represent a date.

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

Controls

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!