Spread Windows Forms 15.0
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
    public TimeSpan TimeSpan {get; set;}

    Property Value

    A TimeSpan value represents the time span.
    See Also