Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DayFunctionInfo Class
Members


In This Topic
    DayFunctionInfo Class
    In This Topic
    Returns the day number of the month (integer 1 to 31) that corresponds to the specified date.
    Syntax
    'Declaration
     
    
    Public Class DayFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As DayFunctionInfo
    public class DayFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.DayFunctionInfo

    See Also