Search
Recurrence.applyPattern Method
See Also
 






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

 Syntax

JavaScript  Copy Code

function applyPattern (recurrence)

 Parameters

recurrence

Recurrence. The Recurrence object whose fields to copy.

 See Also