Breadcrumbs

convertStructureToDateTime() Operation

Syntax

set aDateTime = aDateTimeStructure.convertStructureToDateTime();

Semantics

Converts a DateTimeStructure object to a DateTime object.

Substitutables

aDateTimeStructure

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_TimeConversions_Example

Click here to download a simple example model that shows different possibilities for DateTime conversions with Scheer PAS Designer.

📗