Compares two instances of TimeOfDay and returns an indication of their relative values.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public static int Compare( TimeOfDay d1, TimeOfDay d2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Compare ( _ d1 As TimeOfDay, _ d2 As TimeOfDay _ ) As Integer |
Parameters
- d1
- Type: DlhSoft.Windows.Data..::.TimeOfDay
The first TimeOfDay instance.
- d2
- Type: DlhSoft.Windows.Data..::.TimeOfDay
The second TimeOfDay instance.