C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / MaxDate Property


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