This method determines whether the  is less than or equal to the .
            
            
            Syntax
            
        
            Parameters
- left
- An instance of TdIntervalDayToSecond.
- right
- An instance of TdIntervalDayToSecond.
Return Value
true indicates the  is less than or equal to the , false otherwise. 
| Return Value | Description | 
| true |  and  are not TdIntervalDayToSecond.Null and  is less than or equal to  -or-  is Null and  is Null.  | 
| false | The  is greater than  -or- Either  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