Initializes a new instance of the Recurrence class.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
function Recurrence () |
ExampleThe following code creates a Recurrence and assigns it to an item.
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; / setup the recurrence |
See Also