Spread WPF 18
GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / GetDate Method


In This Topic
    GetDate Method (DataValidationSuggestionItem)
    In This Topic
    Gets the System.Double value.
    Syntax
    'Declaration
     
    Public Function GetDate() As Date
    'Usage
     
    Dim instance As DataValidationSuggestionItem
    Dim value As Date
     
    value = instance.GetDate()
    public DateTime GetDate()

    Return Value

    An System.Double value.
    See Also