Version

AutoFillTime Property

Specifies whether to auto-fill empty time components when the user attempts to leave the control. The default is None.
Syntax
'Declaration
 
Public Property AutoFillTime As Infragistics.Win.UltraWinMaskedEdit.AutoFillTime
public Infragistics.Win.UltraWinMaskedEdit.AutoFillTime AutoFillTime {get; set;}
Remarks

Since the placeholders for a date/time input mask are implied to require entry, validation of the value will fail if the time portion is left empty. The AutoFillTime property allows the user to disregard the time portion of the value if they choose, and allow a default value to be used, so that validation passes where it would otherwise fail.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraDateTimeEditor Class
UltraDateTimeEditor Members
AutoFillTime property (EditorWithMask class)
AutoFillTime enumeration
AutoFillDate