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


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