Initializes a new instance of the TimeSpan class.
Namespace: MindFusion.Scheduling
File: TimeSpan.js
JavaScript Copy Code |
---|
function TimeSpan (ticks) |
Number. The number of ticks that represent the value of the time span.
The 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(); |