Search
TimeSpan.subtract Method
See Also
 






Returns a new TimeSpan object whose value is the difference between the specified TimeSpan object and this instance.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function subtract (timespan)

 Parameters

timespan

TimeSpan. The TimeSpan object to subtract.

 Return Value

TimeSpan. The resulting time span.

 See Also