---
title: dateMustBeOnSpecifiedBoundaries
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/datemustbeonspecifiedboundaries
---

# dateMustBeOnSpecifiedBoundaries

An error indicating the date is not on the specified boundaries.

## Declaration

```swift
static var dateMustBeOnSpecifiedBoundaries: HMError.Code { get }
```

## See Also

### Detecting limit errors

- [cannotActivateTriggerTooFarInFuture](homekit/hmerror/cannotactivatetriggertoofarinfuture.md)
- [fireDateInPast](homekit/hmerror/firedateinpast.md)
- [invalidMessageSize](homekit/hmerror/invalidmessagesize.md)
- [maximumObjectLimitReached](homekit/hmerror/maximumobjectlimitreached.md)
- [recurrenceTooLarge](homekit/hmerror/recurrencetoolarge.md)
- [recurrenceTooSmall](homekit/hmerror/recurrencetoosmall.md)
- [recurrenceMustBeOnSpecifiedBoundaries](homekit/hmerror/recurrencemustbeonspecifiedboundaries.md)
