MindFusion.UI for WebForms Programmer's Guide

TimePicker.advance Method

See Also
 



Advances the control's value with the specified number of hours, minutes and/or seconds.

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

 Syntax

JavaScript  Copy Code

function advance (hours, [minutes, [seconds]])

 Parameters

hours

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