[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.Expression.GetTimeSpan

GetTimeSpan Method

GetTimeSpan(IExpression)

Casts the result of evaluating an IExpression to the TimeSpan type.

Declaration
public static TimeSpan GetTimeSpan(IExpression expr)
Public Shared Function GetTimeSpan(expr As IExpression) As TimeSpan
Parameters
Type Name Description
IExpression expr
Returns
Type Description
TimeSpan