Skip to main content
Skip table of contents

convertStructureToDateTime() Operation

Syntax

NONE
 set aDateTime = aDateTimeStructure.convertStructureToDateTime();

Semantics

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

NONE
 set aDateTime = aDateTimeStructure.convertStructureToDateTime();

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.