Initializes a new instance of the TimeInterval structure.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

Parameters

start
Type: System..::.DateTime
Start date and time of the time interval.
finish
Type: System..::.DateTime
Finish date and time of the time interval.

See Also