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();

ActionScript_Time_Conversions_Example

Click the icon to download a simple example model that different possibilities for DateTime conversions with Scheer PAS Designer.
  • No labels