---
title: isMinimumDurationRestricted
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hksampletype/isminimumdurationrestricted
---

# isMinimumDurationRestricted

A Boolean value that indicates whether samples of this type have a minimum time interval between the start and end dates.

## Declaration

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

## See Also

### Checking the Duration Restriction

- [minimumAllowedDuration](healthkit/hksampletype/minimumallowedduration.md)
- [isMaximumDurationRestricted](healthkit/hksampletype/ismaximumdurationrestricted.md)
- [maximumAllowedDuration](healthkit/hksampletype/maximumallowedduration.md)
