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


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