RecurrenceField.Validate method
Verifies that the value of Value meets all restrictions on field content such as length, format, and data type.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Validate
'Usage
Dim instance As RecurrenceField
instance.Validate()
public override void Validate()
Implements
Remarks
In addition to calling the base method Validate, this override changes the error message for a validation failure to something specifically relevant to an SPFieldRecurrence object.