Spread WinForms 15
GrapeCity.Spreadsheet Assembly / 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()

Return Value

An System.Double value.
See Also