The current.
The months.
AddMonths Method
Adds the number of months to a DateTime instance, rolling year if end of year is reached
Syntax
[Extension()]
public static DateTime AddMonths( 
   DateTime current,
   int months
)

Parameters

current
The current.
months
The months.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also