Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Div
Classe2e-refDiv
Rp


Syntax
Code Block
languagenone
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
Code Block
languagenone
set currentDateTime = currentDateTime(); 
Figure Creating Base Type Objects in section Creating Objects of Base and Complex Types shows an example using this function.
Panel
titleRelated Pages: