Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / DateDifFunction Field


In This Topic
    DateDifFunction Field
    In This Topic
    Specifies an instance of the DATEDIF function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DateDifFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.DateDifFunction
    public static readonly FunctionInfo DateDifFunction
    Remarks
    For more information on this function, refer to the DATEDIF function in the Spread for .NET Formula Reference.
    See Also