Table of Contents

Operator operator >

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

operator >(ZonedDateTime, ZonedDateTime)

Determines whether one specified ZonedDateTime is later than another specified ZonedDateTime.

public static bool operator >(ZonedDateTime left, ZonedDateTime right)

Parameters

left ZonedDateTime

The first object to compare.

right ZonedDateTime

The second object to compare.

Returns

bool
true
if one is later than another, otherwise
false
.