Operator GreaterThan
GreaterThan(TimeOnly, TimeOnly)
Checks if left TimeOnly instance is greater than the right one.
Declaration
public static bool operator>(TimeOnly left, TimeOnly right)
Parameters
Type | Name | Description |
---|---|---|
TimeOnly | left | |
TimeOnly | right |
Returns
Type | Description |
---|---|
System.Boolean |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |