Adds the value of the specified TimeSpan to the value of this instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public DateTime Add( TimeSpan value ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As TimeSpan _ ) As DateTime |
Parameters
- value
- Type: System..::.TimeSpan
A TimeSpan that contains the interval to add.