Date Point

Copy

Description

Copy allows a date-point to be copied to the date point, it is necessary to use copy as if you simply set the new date point to equal the original one it will change when the original one changes.

Syntax

dp:Copy(dpDatePoint)

Parameters

dpDatePoint
Date Point to be copied

Return Value

None

Remarks

Example
dpNew:Copy(dpOld)