Syntax
 set aDateTime = aDateTimeStructure.convertStructureToDateTime();
Semantics convertStructureToDateTime() converts a DateTimeStructure object to a DateTime object.
SubstitutablesaDateTimeStructure Can be any variable or object attribute having the type Base Components.Basic Behavior.DateTime.DateTimeStructure
aDateTime A DateTime object corresponding to a DateTimeStructure.
Examples
 set aDateTime = aDateTimeStructure.convertStructureToDateTime();

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