Skip to main content
Skip table of contents

currentDateTime() Function

Syntax
NONE
aDateTime = currentDateTime();
Semantics

Returns the current system date (UTC) of the Bridge as base type DateTime. Resolution is down to microseconds. Nevertheless, there is no guaranty of uniqueness.

You can get a formatted String representation of the DateTime object using the printDateTimeExpression() Operation.
Examples
NONE
set currentDateTime = currentDateTime(); 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.