Returns the negated TimeSpan of this instance.

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

Syntax

C#
public TimeSpan Negate()
Visual Basic (Declaration)
Public Function Negate As TimeSpan

Return Value

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

See Also