---
title: endDateComponents
framework: intents
role: symbol
role_heading: Instance Property
path: intents/indatecomponentsrange/enddatecomponents
---

# endDateComponents

The end date of the range.

## Declaration

```swift
var endDateComponents: DateComponents? { get }
```

## Discussion

Discussion The contents of this property are set at initialization time and cannot be changed later. If the value of this property is nil, the end time is in the distant future.

## See Also

### Getting the Date Information

- [startDateComponents](intents/indatecomponentsrange/startdatecomponents.md)
