Operator operator >
operator >(ZonedDateTime, ZonedDateTime)
Determines whether one specified ZonedDateTime is later than another specified ZonedDateTime.
public static bool operator >(ZonedDateTime left, ZonedDateTime right)
Parameters
left
ZonedDateTimeThe first object to compare.
right
ZonedDateTimeThe second object to compare.
Returns
- bool
if one is later than another, otherwisetrue
.false