MindFusion.Scheduling for JavaScript Programmer's Guide
TimeSpan.add Method
See Also
 






Returns a new TimeSpan object whose value is the sum of the specified TimeSpan object and this instance.

Namespace: MindFusion.Scheduling
Assembly: TimeSpan.js

 Syntax

JavaScript  Copy Code

function add (timespan)

 Parameters

timespan

TimeSpan. The TimeSpan object to add.

 Return Value

TimeSpan. The resulting time span.

 See Also

TimeSpan Members
TimeSpan Class
MindFusion.Scheduling Namespace