Initializes a new instance of the TimeOfDay structure.

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

Syntax

C#
public TimeOfDay(
	TimeSpan timeOfDay
)
Visual Basic (Declaration)
Public Sub New ( _
	timeOfDay As TimeSpan _
)

Parameters

timeOfDay
Type: System..::.TimeSpan
The time of day to use expressed as a time span value. The extra time information from the time span value is ignored.

See Also