---
title: INDateComponentsRangeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/indatecomponentsrangeresolutionresult
---

# INDateComponentsRangeResolutionResult

A resolution result for a range of dates in a parameter of an intent.

## Declaration

```swift
class INDateComponentsRangeResolutionResult
```

## Overview

Overview An INDateComponentsRangeResolutionResult object is what you return when resolving parameters containing an INDateComponentsRange object. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/indatecomponentsrangeresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/indatecomponentsrangeresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/indatecomponentsrangeresolutionresult/disambiguation(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Providing Resolution Results

- [INMessageAttributeResolutionResult](intents/inmessageattributeresolutionresult.md)
- [INMessageAttributeOptionsResolutionResult](intents/inmessageattributeoptionsresolutionresult.md)
- [INSendMessageRecipientResolutionResult](intents/insendmessagerecipientresolutionresult.md)
- [INPersonResolutionResult](intents/inpersonresolutionresult.md)
- [INOutgoingMessageTypeResolutionResult](intents/inoutgoingmessagetyperesolutionresult.md)
