Returns a new Period that is the sum of this and other.
other
Period operator +(Period other) { return Period._microseconds(_period + other._period); }