ASP.NET Pack Programmer's Guide
Calendar.advance Method
See Also
 





Advances the calendar's date with the specified number of years, months and/or days.

Namespace: MindFusion.UI.WebForms
Package: Calendar.js

 Syntax

JavaScript  Copy Code

function advance (years, [months, [days]])

 Parameters

years

Type: Number
The number of years to advance.

months
Optional.

Type: Number
The number of months to advance.

days
Optional.

Type: Number
The number of days to advance.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.WebForms Namespace