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


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