Parameters
- other
- The TdDate 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 TdDate.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. |
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019