---
title: dueDateRange
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforbillsintent/duedaterange
---

# dueDateRange

The range of due dates in which to search for bills.

## Declaration

```swift
@NSCopying var dueDateRange: INDateComponentsRange? { get }
```

## Discussion

Discussion When performing the search, your results should contain only bills whose due date falls within the specified date range. With no specified date range, you must decide how you want to filter results during your search. You should limit the number of search results in some way. For example, you might return only the currently due bills.

## See Also

### Getting the Search Attributes

- [billPayee](intents/insearchforbillsintent/billpayee.md)
- [billType](intents/insearchforbillsintent/billtype.md)
- [paymentDateRange](intents/insearchforbillsintent/paymentdaterange.md)
- [status](intents/insearchforbillsintent/status.md)
