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