Operator LessThanOrEqual
| Improve this Doc View SourceLessThanOrEqual(_DateTime, _DateTime)
Compares the two _DateTime parameters to determine whether the first is less than or equal the second.
Declaration
public static _Boolean operator <=(_DateTime x, _DateTime y)
Parameters
| Type | Name | Description | 
|---|---|---|
| _DateTime | x | A _DateTime object.  | 
    
| _DateTime | y | A _DateTime object.  | 
    
Returns
| Type | Description | 
|---|---|
| _Boolean | A _DateTime expression which contains the result.  |