Initializes a new DayTimeInterval instance.

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

Syntax

C#
public DayTimeInterval(
	TimeOfDay start,
	TimeOfDay finish
)
Visual Basic (Declaration)
Public Sub New ( _
	start As TimeOfDay, _
	finish As TimeOfDay _
)

Parameters

start
Type: DlhSoft.Windows.Data..::.TimeOfDay
The start time of the new day interval.
finish
Type: DlhSoft.Windows.Data..::.TimeOfDay
The finish time of the day interval.

See Also