De la ayuda de Delphi.
Código:
Function NOW();
Returns the current date and time.
Pascal
function Now: TDateTime;
C++
TDateTime Now();
File
SysUtils
Description
Returns the current date and time, corresponding to the sum of the value
returned by the global Date and Time functions.
Note: Although TDateTime values can represent milliseconds, Now is
accurate only to the nearest second.