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

Excerpt Include
convertDateTimeToTimeTicks
convertDateTimeToTimeTicks
nopaneltrue

Syntax
Code Block
languagenone
 set aDateTime = aTimeTick.convertTimeTicksToDateTime();
Semantics convertTimeTicksToDateTime() converts a Unix timestamp to a DateTime object.
SubstitutablesaDateTime Can be any variable or object attribute having the type DateTime.  
aTimeTick Can be any variable or object attribute having the type Integer.
Examples
Code Block
languagenone
 set aDateTime = aTimeTick.convertTimeTicksToDateTime();
Panel
titleRelated Pages: