dueDateRange
The range of due dates in which to search for bills.
Declaration
@NSCopying var dueDateRange: INDateComponentsRange? { get }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.