Initializes a new TimeInterval instance.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.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
The start date and time of the new interval.
- finish
- Type: System..::.DateTime
The finish date and time of the new interval.