Operator GreaterThanOrEqual
| Improve this Doc View SourceGreaterThanOrEqual(_DateTime, _DateTime)
Compares the two _DateTime parameters to determine whether the first is greater 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. |