DateTimeControl.MinDate Property

Gets or sets the minimum date and time that can be selected in the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<BindableAttribute(False)> _
Public Property MinDate As DateTime
    Get
    Set
'Usage
Dim instance As DateTimeControl
Dim value As DateTime

value = instance.MinDate

instance.MinDate = value
[BindableAttribute(false)]
public DateTime MinDate { get; set; }

Property Value

Type: System.DateTime
A DateTime value that indicates the minimum date and time that can be selected. The default is 1/1/0001 12:00:00 AM.

See Also

Reference

DateTimeControl Class

DateTimeControl Members

Microsoft.SharePoint.WebControls Namespace