Date Point

Clone

Description

Clone returns a date-point identical to the one the method is applied against.

Syntax

dpDatePoint = dp:Clone()

Parameters

None

Return Value

dpDatePoint
datePoint: Clone of the date point.

Remarks

Example
dpNew  = dpOld:Clone()