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