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