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





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

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function addDays (days)

 Parameters

days

Type: Number
The number of days to add.

 Remarks

This function modifies this DateTime instance.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace