LessThanOrEqual Method (DB2Date)
                In This Topic
            
            Determines whether the first of two 
DB2Date values is less than or equal to the second.
Syntax
            
        
            Parameters
- x
- First DB2Date.
- y
- Second DB2Date.
Return Value
true if the first of two 
DB2Date values is less than or equal to the second; otherwise, 
false.
  
            
            
            
            
            
            
            
            
            
            
            
            See Also