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