Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcEoMonthFunction Class
Members


In This Topic
    CalcEoMonthFunction Class
    In This Topic
    Returns the System.DateTime for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month.
    Object Model
    CalcEoMonthFunction Class
    Syntax
    'Declaration
     
    Public Class CalcEoMonthFunction 
       Inherits CalcBuiltinFunction
    'Usage
     
    Dim instance As CalcEoMonthFunction
    public class CalcEoMonthFunction : CalcBuiltinFunction 
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.Functions.CalcFunction
          GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
             GrapeCity.CalcEngine.Functions.CalcEoMonthFunction

    See Also