Casts a time of day value to a time span value.

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

Syntax

C#
public static implicit operator TimeSpan (
	TimeOfDay timeOfDay
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	timeOfDay As TimeOfDay _
) As TimeSpan

Parameters

timeOfDay
Type: DlhSoft.Windows.Data..::.TimeOfDay
Time of day value to cast.

Return Value

Casted time span value.

See Also