Parameters
- other
- The TdTime to compare against.
Return Value
The result of the comparison is returned as an integer.
The integer returned when this instance is compared to other indicates the following:
Return Value | Meaning |
---|---|
Less than Zero |
This instance is less than other. -or- This instance is TdTime.Null. |
Zero |
This instance is equal to other. -or- This instance is Null and value is Null. |
Greater than Zero |
This instance is greater than other. -or- other is Null. |
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |