DateTimeComparators extension
- on
Operators
-
operator <(
DateTime otherDate) → bool -
Available on DateTime, provided by the DateTimeComparators extension
Returnstrue
if left side is before Right side. -
operator <=(
DateTime otherDate) → bool -
Available on DateTime, provided by the DateTimeComparators extension
Returnstrue
if left side is before Right side or on same date. -
operator >(
DateTime otherDate) → bool -
Available on DateTime, provided by the DateTimeComparators extension
Returnstrue
if left side is after Right side. -
operator >=(
DateTime otherDate) → bool -
Available on DateTime, provided by the DateTimeComparators extension
Returnstrue
if left side is after Right side or on same date.