MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.advance Method

See Also
 



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

Namespace: MindFusion.UI.Web
Assembly: DateTimePicker.js

 Syntax

JavaScript  Copy Code

function advance (years, [months, [days, [hours, [minutes, [seconds]]]]])

 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.

hours
Optional.

Type: Number
The number of hours to advance.

minutes
Optional.

Type: Number
The number of minutes to advance.

seconds
Optional.

Type: Number
The number of seconds to advance.

 See Also