Adds the specified number of months to the value of this instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public DateTime AddMonths( int value ) |
| Visual Basic (Declaration) |
|---|
Public Function AddMonths ( _ value As Integer _ ) As DateTime |
Parameters
- value
- Type: System..::.Int32
A number of months. The value parameter can be negative or positive.