[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMonths

AddMonths Method

AddMonths(List<IExpression>)

Returns a new DateTime that adds the specified number of months to the specified DateTime value.

Declaration
public static object AddMonths(List<IExpression> source)
Public Shared Function AddMonths(source As List(Of IExpression)) As Object
Parameters
Type Name Description
List<IExpression> source
Returns
Type Description
object