Compares two instances of TimeOfDay and returns an indication of their relative values.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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.