---
title: hasBeenRounded
framework: coremedia
role: symbol
role_heading: Instance Property
path: coremedia/cmtime/hasbeenrounded
---

# hasBeenRounded

A Boolean value that indicates whether the system rounded the time.

## Declaration

```swift
var hasBeenRounded: Bool { get }
```

## See Also

### Inspecting a Time

- [seconds](coremedia/cmtime/seconds.md)
- [isValid](coremedia/cmtime/isvalid.md)
- [isNumeric](coremedia/cmtime/isnumeric.md)
- [isIndefinite](coremedia/cmtime/isindefinite.md)
- [isPositiveInfinity](coremedia/cmtime/ispositiveinfinity.md)
- [isNegativeInfinity](coremedia/cmtime/isnegativeinfinity.md)
