Adds the specified number of microseconds to this DateTime.
DateTime addMicroseconds(int amount) => add(Duration(microseconds: amount));