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


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