SPDatePickerControl.MinJDay Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MinJDay As Integer
Get
Set
'Usage
Dim instance As SPDatePickerControl
Dim value As Integer
value = instance.MinJDay
instance.MinJDay = value
public int MinJDay { get; set; }
Property Value
Type: System.Int32