---
title: endTime
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturereactioneffectstate/endtime
---

# endTime

The presentation time of the first frame following the end of a reaction effect.

## Declaration

```swift
var endTime: CMTime { get }
```

## Discussion

Discussion The value is invalid while the effect is in progress, but changes to a valid time when the reaction effect completes and the system removes it from the list of reactionEffectsInProgress.

## See Also

### Configuring the effect state

- [reactionType](avfoundation/avcapturereactioneffectstate/reactiontype.md)
- [AVCaptureReactionType](avfoundation/avcapturereactiontype.md)
- [startTime](avfoundation/avcapturereactioneffectstate/starttime.md)
