ASP.NET Pack Programmer's Guide
DateTime.addSeconds Method
See Also
 





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

Namespace: MindFusion.Common
Package: Common.js

 Syntax

JavaScript  Copy Code

function addSeconds (seconds)

 Parameters

seconds

The number of seconds to add.

 Remarks

This function modifies this DateTime instance.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace