MindFusion.UI for WebForms Programmer's Guide

TimePicker.set_autoComplete Method

See Also
 



Sets a value indicating whether the control will try to parse an incomplete time value.

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

 Syntax

JavaScript  Copy Code

function set_autoComplete (value)

 Parameters

value

Type: Boolean
True if the control should try to parse an incomplete time value,otherwise false.

 See Also