# Floor(DiscreteTime)

> The lower integer number of seconds represented as a DiscreteTime.

## Definition

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

```csharp
public static DiscreteTime Floor(this DiscreteTime x)
```

### Parameters

**** (\[DiscreteTime]\(/engine/6000.6/script-reference/unity/integertime/discretetime)): The input.

### Returns

| Type                                                                              | Description                                                                                                       |
| --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [DiscreteTime](/engine/6000.6/script-reference/unity/integertime/discretetime.md) | The result of rounding a DiscreteTime value up to the nearest integral value less or equal to the original value. |
