Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / Days360FunctionInfo Class / AcceptsReferenceReturn Method


In This Topic
    AcceptsReferenceReturn Method (Days360FunctionInfo)
    In This Topic
    Determines whether the function able to return CalcReference values.
    Syntax
    'Declaration
     
    
    Public Overridable Function AcceptsReferenceReturn() As Boolean
    'Usage
     
    
    Dim instance As Days360FunctionInfo
    Dim value As Boolean
     
    value = instance.AcceptsReferenceReturn()
    public virtual bool AcceptsReferenceReturn()

    Return Value

    True if function might return CalcReference values; false otherwise
    See Also