Returns true if this period is shorter than or equal to other.
true
other
bool operator <=(Period other) => _period <= other._period;