C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / MinDate Property


In This Topic
MinDate Property
In This Topic
Gets or sets the earliest date that the user can select in the calendar.
Syntax
'Declaration
 
Public Property MinDate As Nullable(Of Date)
 
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Date)
 
instance.MinDate = value
 
value = instance.MinDate
See Also