Navigation: Function Reference > General Utility Functions > now()

now()

Top  Previous  Next

now : TDateTime;

 

Returns the current date/time in the local timezone in a TDateTime type.

 

Parameters

 

none

takes no parameters

 

var myDate: TDateTime;

 

myDate := now;