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

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

Syntax

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

Parameters

timeOfDay
Type: System..::..TimeSpan
Time span value to cast.

Return Value

Casted time of day value.

See Also