Version

AutoFillTime Enumeration

Constants which specify the manner in which the time placeholders for the value are automatically populated when the value is validated.
Syntax
'Declaration
 
Public Enum AutoFillTime 
   Inherits System.Enum
public enum AutoFillTime : System.Enum 
Members
MemberDescription
CurrentTimeThe placeholders which represent the time components of the value are automatically filled in with the current time when the value is validated, so that the user does not have to complete the time portion of the value in order to pass validation.
MidnightThe placeholders which represent the time components of the value are automatically filled in with a value of 12AM when the value is validated, so that the user does not have to complete the time portion of the value in order to pass validation.
NoneThe placeholders which represent the time components of the value are not automatically filled in when the value is validated.
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