Search
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
File: 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