Adds a specified time interval to a specified time of day, yielding a new time span.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Return Value

A TimeSpan that is the sum of the values of d and t.

See Also