ASP.NET Pack Programmer's Guide
DateTimePicker.AutoComplete Property
See Also
 





Gets or sets a value indicating whether the control will try to parse an incomplete datetime value. E.g. if the input is '1/7 5 a' (and Culture="en-US") to parse the value as 7th Jan of the current year at 5:00 AM.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool AutoComplete { get; set; }

Visual Basic  Copy Code

Public Property AutoComplete As Boolean

 Property Value

Type: Boolean
true if incomplete values are parsed, otherwise false. Default value is false.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.WebForms Namespace