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


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