---
title: completionDate
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekreminder/completiondate
---

# completionDate

The date on which the reminder was completed.

## Declaration

```swift
var completionDate: Date? { get set }
```

## Mentioned in

Creating events and reminders

## Discussion

Discussion Setting this property to a date will set isCompleted to true; setting this property to nil will set completed to false.

## See Also

### Accessing Reminder Properties

- [EKReminderPriority](eventkit/ekreminderpriority.md)
- [priority](eventkit/ekreminder/priority.md)
- [startDateComponents](eventkit/ekreminder/startdatecomponents.md)
- [dueDateComponents](eventkit/ekreminder/duedatecomponents.md)
- [isCompleted](eventkit/ekreminder/iscompleted.md)
