DateOnly.GreaterThan(DateOnly, DateOnly) Operator

Definition

Determines whether one specified DateOnly is later than another specified DateTime.

C#
public static bool operator >(DateOnly left, DateOnly right);

Parameters

left
DateOnly

The first object to compare.

right
DateOnly

The second object to compare.

Returns

true if left is later than right; otherwise, false.

Applies to

Produkt Verzie
.NET 6, 7, 8, 9, 10