System.TDate
Delphi
TDate = type TDateTime;
C++
typedef System::TDateTime TDate;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
Description
Is used to represent a date.
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.