Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / TimeValueFunction Field


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