---
title: INTimeIntervalResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/intimeintervalresolutionresult
---

# INTimeIntervalResolutionResult

A resolution result for a time interval associated with an intent.

## Declaration

```swift
class INTimeIntervalResolutionResult
```

## Overview

Overview An INTimeIntervalResolutionResult object is what you return when resolving time interval related parameters of an intent 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

- [success(with:)](intents/intimeintervalresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/intimeintervalresolutionresult/confirmationrequired(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)
- [INDateComponentsResolutionResult](intents/indatecomponentsresolutionresult.md)
