Icon Now

Unit: Internal

Available In: Client and Server Applications

function Now: DateTime

The Now function returns the current date and time. The return value is a DateTime value.

Examples

X := DateTimeToStr(Now);  // X is '2/13/2012 12:10 PM'
Image