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


In This Topic
DisplayDate Property
In This Topic
Gets or sets a value specifying the currently displayed date of the year.
Syntax
'Declaration
 
Public Property DisplayDate As Date
 
'Usage
 
Dim instance As C1Calendar
Dim value As Date
 
instance.DisplayDate = value
 
value = instance.DisplayDate
See Also