Reflection
CurrentDate Property


Gets or sets the displayed date.
Syntax
'Declaration
 
Property CurrentDate As String
'Usage
 
Dim instance As ISmartDatePicker
Dim value As String
 
instance.CurrentDate = value
 
value = instance.CurrentDate
string CurrentDate {get; set;}
See Also