DateTimeComparators extension

on

Operators

operator <(DateTime otherDate) bool

Available on DateTime, provided by the DateTimeComparators extension

Returns true if left side is before Right side.
operator <=(DateTime otherDate) bool

Available on DateTime, provided by the DateTimeComparators extension

Returns true if left side is before Right side or on same date.
operator >(DateTime otherDate) bool

Available on DateTime, provided by the DateTimeComparators extension

Returns true if left side is after Right side.
operator >=(DateTime otherDate) bool

Available on DateTime, provided by the DateTimeComparators extension

Returns true if left side is after Right side or on same date.