---
title: INDateComponentsResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/indatecomponentsresolutionresult
---

# INDateComponentsResolutionResult

A resolution result for the date information associated with an intent.

## Declaration

```swift
class INDateComponentsResolutionResult
```

## Overview

Overview An INDateComponentsResolutionResult object is what you return when resolving parameters containing a NSDateComponents 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/indatecomponentsresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/indatecomponentsresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/indatecomponentsresolutionresult/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

### Dates and Times

- [INDateComponentsRangeResolutionResult](intents/indatecomponentsrangeresolutionresult.md)
- [INTimeIntervalResolutionResult](intents/intimeintervalresolutionresult.md)
