Subtracts the specified TimeSpan from this instance.

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

Syntax

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

Parameters

value
Type: System..::.TimeSpan
An instance of TimeSpan.

Return Value

A TimeSpan interval equal to the time span represented by this instance minus the time span represented by value.

See Also