You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
set aDateTimeOutputStructure = aDateTime.convertDateTimeToStructure();
Semantics convertDateTimeToStructure() converts a DateTime object to a DateTimeOutputStructure object.
SubstitutablesaDateTime Can be any variable or object attribute having the type DateTime.  
aDateTimeOutputStructure Can be any variable or object attribute having the type Base Components.Basic Behavior.DateTime.DateTimeOutputStructure.
Examples
set aDateTimeOutputStructure = aDateTime.convertDateTimeToStructure();
  • No labels