MindFusion.Scheduling for ASP.NET Programmer's Guide
DateTime.addSeconds Method
See Also
 





Adds the specified number of seconds to the current DateTime object.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function addSeconds (seconds)

 Parameters

seconds

Type: Number
The number of seconds to add.

 Remarks

This function modifies this DateTime instance.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace