Subtracts the specified date from the current date and returns the number of milliseconds between them.
Namespace: MindFusion.Scheduling
File: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function subtract (date) |
DateTime. The date to subtract.
Number. The number of milliseconds between the specified date and this date.
See Also