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


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

    Return Value

    An System.Double value.
    See Also