Initializes a new instance of the Reminder class.
Namespace: MindFusion.Scheduling
Assembly: Reminder.js
SyntaxJavaScript
Copy Code
|
|---|
function Reminder () |
ExampleThe following code creates a schedule item with a Reminder:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; var reminder = new p.Reminder(); |
See Also