completionDate
The date on which the reminder was completed.
Declaration
var completionDate: Date? { get set }Mentioned in
Discussion
Setting this property to a date will set isCompleted to true; setting this property to nil will set completed to false.