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


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