Adds the value of the specified TimeSpan to the value of this instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.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.