Operator GreaterThan
| Improve this Doc View SourceGreaterThan(_TimeSpan, _TimeSpan)
Compares the two _TimeSpan parameters to determine whether the first is greater than the second.
Declaration
public static _Boolean operator>(_TimeSpan x, _TimeSpan y)
Parameters
Type | Name | Description |
---|---|---|
_TimeSpan | x | A _DateTime object. |
_TimeSpan | y | A _DateTime object. |
Returns
Type | Description |
---|---|
_Boolean | A _Boolean expression which contains the result. |