CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / DateTimeFunctions Class / GetSecond Method

In This Topic
    GetSecond Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetSecond( _
       ByVal source As List(Of IExpression) _
    ) As Object
    public static object GetSecond( 
       List<IExpression> source
    )

    Parameters

    source
    See Also