Compares this instance to a specified TimeInterval and returns an indication of their relative value.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public int CompareTo( TimeInterval other ) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _ other As TimeInterval _ ) As Integer |
Parameters
- other
- Type: DlhSoft.Windows.Data..::.TimeInterval
A TimeInterval to compare.