Returns true if this is contained partially by other.
true
other
bool containedPartiallyBy(Period other) => other.containsPartially(this);