Initializes a new DayTimeInterval instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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.