operator > method

bool operator >(
  1. DateTime value
)

Implementation

bool operator >(DateTime value) => _change('>', value, true);