Subtracts an amount of microseconds from this DateTime
DateTime subMicroseconds(amount) => addMicroseconds(-amount);