System.TDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDate = Double;

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.

See Also