Syntax
 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
 set aDateTime = aTimeTick.convertTimeTicksToDateTime();