Returns the negated time span of the specified time of day.

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

Syntax

C#
public static TimeSpan operator -(
	TimeOfDay d
)
Visual Basic (Declaration)
Public Shared Operator - ( _
	d As TimeOfDay _
) As TimeSpan

Return Value

A TimeSpan that is the negated time of day of d.

See Also