Datetime Intrinsic Functions - Now Method

Return the current datetime

Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

DateTime

Resulting datetime

Details

Now returns the current UTC date and time.

The result may need to be adjusted for local time zones.

Example

This examples set #Today to the current date and time.

     #Today := #Today.Now

See also

All Component Classes

Technical Reference