Initializes a new ScaleInterval instance.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public ScaleInterval( DateTime start, DateTime finish ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ start As DateTime, _ finish As DateTime _ ) |
Parameters
- start
- Type: System..::.DateTime
The start of the time interval that the new scale interval refers to.
- finish
- Type: System..::.DateTime
The finish of the time interval that the new scale interval refers to.