---
title: paymentDateRange
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforbillsintent/paymentdaterange
---

# paymentDateRange

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

## Declaration

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

## Discussion

Discussion When performing the search, your results should contain only bills whose payment 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 want to return only the bills paid during the past month or during the past year.

## See Also

### Getting the Search Attributes

- [billPayee](intents/insearchforbillsintent/billpayee.md)
- [billType](intents/insearchforbillsintent/billtype.md)
- [dueDateRange](intents/insearchforbillsintent/duedaterange.md)
- [status](intents/insearchforbillsintent/status.md)
