Initializes a new instance of the TimeSpan class.
Namespace: MindFusion.Scheduling
Assembly: TimeSpan.js
SyntaxJavaScript
Copy Code
|
|---|
function TimeSpan (ticks) |
Number. The number of ticks that represent the value of the time span.
ExampleThe following code uses the TimeSpan class to specify the interval of time between the time the reminder is triggered and the item is due to start:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; var reminder = new p.Reminder(); |
See Also