Adds the value of the specified TimeSpan to the value of this instance.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public TimeSpan Add(
	TimeSpan value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As TimeSpan _
) As TimeSpan

Parameters

value
Type: System..::.TimeSpan
A TimeSpan that contains the interval to add.

Return Value

A TimeSpan whose value is the sum of the time span represented by this instance and the time interval represented by value.

See Also