PointInTime.Default
Syntax:
Parameters:
<Date> (required)
Date and time.
<Reference> (optional)
Reference to any object in the database.
Description:
Also can be created using the functional form of the New operator.
Example:
Parameters = New Array(2); Parameters[0] = '20020703151902'; Parameters[1] = CurDocument; Moment = New(Type("PointOfTime",Parameters); |