Description


The TDateTime type holds a date and time value. It is stored as a Double variable, with the date as the integral part, and time as fractional part.

Because TDateTime is actually a double, you can perform calculations on it as if it were a number. This is useful for calculations such as the difference between two dates.