Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / FormattedCellValue Class / GetTime Method


In This Topic
    GetTime Method (FormattedCellValue)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetTime( _
       Optional ByVal context As IEvaluationContext, _
       Optional ByVal catchError As Boolean _
    ) As TimeSpan
    'Usage
     
    
    Dim instance As FormattedCellValue
    Dim context As IEvaluationContext
    Dim catchError As Boolean
    Dim value As TimeSpan
     
    value = instance.GetTime(context, catchError)

    Parameters

    context
    catchError
    See Also