MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.subtract Method (DateTime)
See Also
 






Subtracts the specified date from the current date and returns the number of milliseconds between them.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

function subtract (date)

 Parameters

date

DateTime. The date to subtract.

 Return Value

Number. The number of milliseconds between the specified date and this date.

 See Also

subtract Method Overload List
DateTime Members
DateTime Class
MindFusion.Scheduling Namespace