This operator determines whether the is greater than the .
Syntax
Parameters
- left
- An instance of TdIntervalDay.
- right
- An instance of TdIntervalDay.
Return Value
true indicates the is greater than the , false otherwise.
| Return Value |
Description |
true |
and are not TdIntervalDay.Null and is greater than . |
false |
The is less than or equal to
-or-
Either and / or is Null. |
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also