DateTimeField.Validate Method
Validates the control data.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Validate
'Usage
Dim instance As DateTimeField
instance.Validate()
public override void Validate()
Implements
Remarks
You must allow children to override this method for extensibility.