operator <= method

bool operator <=(
  1. DateTime o
)

Implementation

bool operator<=(DateTime o) => !this.isAfter(o);