# RoundingMode

`import { RoundingMode } from "destack:time";`

Temporal rounding mode.

```ds title="RoundingMode"
export type RoundingMode = "ceil" | "floor" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven"
```

[language/library/src/time/unit.ds:8:17](https://github.com/destack-sh/destack/blob/main/language/library/src/time/unit.ds#L8-L17)
