Spread Windows Forms 12.0 Product Documentation
TimeSpan Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : TimeSpan Property
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
public TimeSpan TimeSpan {get; set;}

Property Value

A TimeSpan value represents the time span.
See Also

Reference

CellValue Structure
CellValue Members