Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetDateSelected Method


In This Topic
GetDateSelected Method
In This Topic
Gets the date selected from the drop-down calendar.
Syntax
'Declaration
 
Public Function GetDateSelected() As Date
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Date
 
value = instance.GetDateSelected()
See Also