true if the editText should be validated as a valid DateTime value and if it is between MinValue and MaxValue; false to determine only if the editText is a valid DateTime value.
Validates that the specified text can be parsed into a valid DateTime value and, optionally, if it is between MinValue and MaxValue.
'Usage
Dim instance As DatePickerTextBoxArea
Dim editText As String
Dim fullValidation As Boolean
instance.ValidateTextCore(editText, fullValidation)
Parameters
editText
The text to validate.
fullValidation
true if the editText should be validated as a valid DateTime value and if it is between MinValue and MaxValue; false to determine only if the editText is a valid DateTime value.
Remarks
When overriding ValidateTextCore in a derived class, if the editText fails the validation process, an exception should be thrown.
Requirements
Target Platforms: 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