Subtracts the specified duration from this instance.

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

Syntax

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

Parameters

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

Return Value

A DateTime equal to the date represented by this instance minus the time interval represented by value.

See Also