Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / TimeSpan Property


In This Topic
TimeSpan Property
In This Topic
Gets the TimeSpan value.
Syntax
'Declaration
 
Public Property TimeSpan As TimeSpan
 
'Usage
 
Dim instance As CellValue
Dim value As TimeSpan
 
instance.TimeSpan = value
 
value = instance.TimeSpan

Property Value

A TimeSpan value represents the time span.
See Also