operator < method

bool operator <(
  1. DateTime other
)

Whether this DateTime is strictly before other.

Implementation

bool operator <(DateTime other) => isBefore(other);