Search
Recurrence.clone Method
See Also
 






Creates an exact copy of this Recurrence object.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function clone ()

 Return Value

Recurrence. A new Recurrence object, identical to the current one.

 See Also