Spread Windows Forms 17
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()
    public DateTime GetDateSelected()
    See Also