# Add(RationalTime, RationalTime)

> Adds two Rational Times together.

## Definition

* **Type:** Method
* **Namespace:** [Unity.IntegerTime](/engine/6000.5/script-reference/unity/integertime.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static RationalTime Add(this RationalTime lhs, RationalTime rhs)
```

### Parameters

**** (\[RationalTime]\(/engine/6000.5/script-reference/unity/integertime/rationaltime)): **** (\[RationalTime]\(/engine/6000.5/script-reference/unity/integertime/rationaltime)):&#x20;

### Returns

| Type                                                                              | Description                                         |
| --------------------------------------------------------------------------------- | --------------------------------------------------- |
| [RationalTime](/engine/6000.5/script-reference/unity/integertime/rationaltime.md) | A new instance that is the sum of the two operands. |
