Search
Recurrence.associateWith Method
See Also
 






Associates the Recurrence with the specified item. If the supplied reference is null,the recurrence is detached from the currently associated master.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function associateWith (master)

 Parameters

master

Item. The item to associate with.

 See Also