MindFusion.UI for WebForms Programmer's Guide

TimePicker.get_autoComplete Method

See Also
 



Gets 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 get_autoComplete ()

 Return Value

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

 See Also