CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / Expression Class / GetDateTime Method

In This Topic
    GetDateTime Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetDateTime( _
       ByVal expr As IExpression _
    ) As Date
    public static DateTime GetDateTime( 
       IExpression expr
    )

    Parameters

    expr
    See Also