---
title: isIndefinite
framework: coremedia
role: symbol
role_heading: Instance Property
path: coremedia/cmtime/isindefinite
---

# isIndefinite

A Boolean value that indicates whether a time is indefinite.

## Declaration

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

## See Also

### Inspecting a Time

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