DateTimeControl.IsValid property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsValid As Boolean
    Get
    Set
'Usage
Dim instance As DateTimeControl
Dim value As Boolean

value = instance.IsValid

instance.IsValid = value
public bool IsValid { get; set; }

Property value

Type: System.Boolean

Implements

IValidator.IsValid

See also

Reference

DateTimeControl class

DateTimeControl members

Microsoft.SharePoint.WebControls namespace