Copies the property values of the specified Recurrence object asvalues for the properties of this Recurrence object.This method behaves similarly to the clone method but does not create a new object.
Namespace: MindFusion.Scheduling
File: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
function applyPattern (recurrence) |
Recurrence. The Recurrence object whose fields to copy.
See Also