<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INDateComponentsRangeResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INDateComponentsRangeResolutionResult"
  },
  "title" : "INDateComponentsRangeResolutionResult"
}
-->

# INDateComponentsRangeResolutionResult

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

```
class INDateComponentsRangeResolutionResult
```

## Overview

An [`INDateComponentsRangeResolutionResult`](/documentation/Intents/INDateComponentsRangeResolutionResult) object is what you return when resolving parameters containing an [`INDateComponentsRange`](/documentation/Intents/INDateComponentsRange) object. Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`+  successWithResolvedDateComponentsRange:`](/documentation/Intents/INDateComponentsRangeResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`+  confirmationRequiredWithDateComponentsRangeToConfirm:`](/documentation/Intents/INDateComponentsRangeResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires that the user must confirm the value before proceeding.

[`+  disambiguationWithDateComponentsRangesToDisambiguate:`](/documentation/Intents/INDateComponentsRangeResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)